Current benchmark data was generated on Fri Aug 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 |
---|---|---|---|---|---|---|---|
javascript | 1.js | 11ms | 0.5ms | 30.6MB | 0ms | 0ms | bun 1.2.19 |
codon | 1-m.py | 12ms | 0.2ms | 8.5MB | 20ms | 0ms | codon 0.19.1 |
javascript | 1.js | 32ms | 0.3ms | 50.7MB | 18ms | 4ms | node 24.4.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
javascript | 6.js | 460ms | 3.5ms | 59.2MB | 447ms | 10ms | node 24.4.1 |
javascript | 6.js | 596ms | 2.0ms | 43.5MB | 597ms | 10ms | bun 1.2.19 |
codon | 1.py | 1463ms | 143ms | 9.4MB | 1773ms | 0ms | codon 0.19.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
javascript | 6.js | 79ms | 0.9ms | 43.5MB | 80ms | 3ms | bun 1.2.19 |
javascript | 6.js | 79ms | 2.5ms | 58.8MB | 67ms | 7ms | node 24.4.1 |
codon | 1-m.py | 176ms | 4.7ms | 9.4MB | 487ms | 0ms | codon 0.19.1 |