Current benchmark data was generated on Sun Jun 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.4ms | 8.8MB | 20ms | 0ms | codon 0.18.2 |
javascript | 1.js | 12ms | 0.4ms | 31.5MB | 0ms | 0ms | bun 1.2.15 |
javascript | 1.js | 30ms | 0.6ms | 49.8MB | 18ms | 6ms | node 24.1.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
javascript | 6.js | 456ms | 3.2ms | 57.9MB | 447ms | 7ms | node 24.1.0 |
javascript | 6.js | 597ms | 2.9ms | 45.0MB | 600ms | 0ms | bun 1.2.15 |
codon | 1.py | 1352ms | 60ms | 9.1MB | 1657ms | 0ms | codon 0.18.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
javascript | 6.js | 78ms | 2.2ms | 58.2MB | 67ms | 7ms | node 24.1.0 |
javascript | 6.js | 80ms | 0.6ms | 45.0MB | 90ms | 3ms | bun 1.2.15 |
codon | 1-m.py | 175ms | 4.2ms | 8.8MB | 487ms | 0ms | codon 0.18.2 |