Current benchmark data was generated on Mon Mar 31 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 |
typescript | 1.ts | 27ms | 0.4ms | 44.2MB | 10ms | 8ms | deno 2.2.6 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
typescript | 6.ts | 465ms | 4.3ms | 54.3MB | 453ms | 10ms | deno 2.2.6 |
codon | 1.py | 1453ms | 222ms | 9.0MB | 1763ms | 0ms | codon 0.18.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
typescript | 6.ts | 78ms | 1.6ms | 56.2MB | 63ms | 10ms | deno 2.2.6 |
codon | 1-m.py | 174ms | 3.5ms | 8.9MB | 483ms | 0ms | codon 0.18.2 |