How it compares with go, node and java?
Here are a few comparisons (13" MBP, YMMV). $ ./hyperfine './hello.gonative' --warmup 10 Benchmark #1: ./hello.gonative Time (mean ± σ): 3.3 ms ± 0.9 ms [User: 1.2 ms, System: 1.2 ms] Range (min … max): 2.4 ms … 14.2 ms 455 runs $ ./hyperfine './hello.dartnative' --warmup 10 Benchmark #1: ./hello.dartnative Time (mean ± σ): 8.2 ms ± 0.4 ms [User: 3.9 ms, System: 3.6 ms] Range (min … max): 7.5 ms … 10.2 ms 243 runs $…
~> Measure-Command { java Main }
Milliseconds : 59