Hacker News new | past | comments | ask | show | jobs | submit login
Introducing Nuclio: A scalable, open source, real-time processing platform (iguazio.com)
36 points by booboojr on Oct 21, 2017 | hide | past | favorite | 2 comments



> nuclio runs faster than bare-metal code

So I'm staring at the high-level architecture [1], and I don't see how this claim can be true. Is this claim explained somewhere?

[1] https://github.com/nuclio/nuclio#nuclio-high-level-architect...


to some extent in the detailed arch: https://github.com/nuclio/nuclio/blob/master/docs/architectu... The point is that there is a lot of parallelism, reduced locks and context switches, zero-copy and buffer reuse (less GC), async IO, Etc. things that most developers wont implement (unless they are perf optimization savvy), so you get that for free and can run 400K events/sec on a process using standard server (with Go functions)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: