Current benchmark data was generated on Sun Jul 13 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 | 1.0ms | 8.6MB | 22ms | 0ms | codon 0.19.0 |
typescript | 1.ts | 27ms | 0.5ms | 45.9MB | 10ms | 4ms | deno 2.4.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
typescript | 6.ts | 464ms | 2.3ms | 58.0MB | 450ms | 10ms | deno 2.4.1 |
codon | 1.py | 1318ms | 1.0ms | 9.4MB | 1627ms | 0ms | codon 0.19.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
typescript | 6.ts | 78ms | 1.2ms | 58.1MB | 63ms | 10ms | deno 2.4.1 |
codon | 1-m.py | 176ms | 3.2ms | 9.4MB | 487ms | 0ms | codon 0.19.0 |