HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gianiac

no profile record

Submissions

Show HN: Numax - a portable runtime for distributed apps

github.com
6 points·by gianiac·قبل 27 يومًا·1 comments

comments

gianiac
·قبل 13 يومًا·discuss
I really like the IR-based approach, it solves something that's always bothered me about shell pipelines: you're forced to think in terms of serializing bytes, even when both ends of the pipe are the same program and could just share memory. Flash makes that optimization explicit and easy to compose with the rest of the pipeline. One question, though: have you run into any issues with the "opportunistic" binary format substitution (the .flatgfa fallback) when scripts are shared across machines where some files have already been converted and others haven't?