Hacker News new | ask | show | jobs
by tosh 2829 days ago
The CLI example in the talk is quite impressive

edit: a bit more on zprint & GraalVM and a comparison to the equivalent code on node:

  graalVM native startup time: 0.055s
  node startup time: 0.260s
execution time is also more than 1 order of magnitude faster w/ graalVM native compared to node

https://github.com/kkinnear/zprint/blob/master/doc/graalvm.m...