Current benchmark data was generated on Thu May 01 2025, full log can be found HERE
CONTRIBUTIONS are WELCOME!
* -m in a file name stands for multi-threading or multi-processing
* -i in a file name stands for direct intrinsics usage. (Usage of simd intrinsics via libraries is not counted)
* -ffi in a file name stands for non-stdlib FFI usage
* (You may find time < time(user) + time(sys) for some non-parallelized programs, the overhead is from GC or JIT compiler, which are allowed to take advantage of multi-cores as that's more close to real-world scenarios.)
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
codon | 1-m.py | 11ms | 0.6ms | 9.0MB | 20ms | 0ms | codon 0.18.2 |
javascript | 1.js | 13ms | 0.3ms | 33.4MB | 0ms | 10ms | bun 1.2.11 |
javascript | 1.js | 30ms | 0.8ms | 47.7MB | 18ms | 2ms | node 23.11.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
javascript | 6.js | 457ms | 5.8ms | 56.0MB | 443ms | 10ms | node 23.11.0 |
javascript | 6.js | 609ms | 19ms | 45.5MB | 600ms | 3ms | bun 1.2.11 |
codon | 1.py | 1317ms | 2.2ms | 8.9MB | 1623ms | 0ms | codon 0.18.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
javascript | 6.js | 76ms | 0.8ms | 55.8MB | 67ms | 3ms | node 23.11.0 |
javascript | 6.js | 80ms | 2.5ms | 45.6MB | 73ms | 3ms | bun 1.2.11 |
codon | 1-m.py | 174ms | 3.5ms | 8.8MB | 483ms | 0ms | codon 0.18.2 |