Current benchmark data was generated on Tue Dec 31 2024, 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.py | 4.0ms | 0.7ms | 7.1MB | 0ms | 0ms | codon 0.17.0 |
typescript | 1.ts | 25ms | 0.5ms | 48.1MB | 8ms | 2ms | deno 2.1.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
typescript | 6.ts | 449ms | 12ms | 57.7MB | 433ms | 3ms | deno 2.1.4 |
codon | 1.py | 1232ms | 11ms | 5.8MB | 1220ms | 0ms | codon 0.17.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
typescript | 6.ts | 73ms | 0.2ms | 59.1MB | 60ms | 7ms | deno 2.1.4 |
codon | 1.py | 131ms | 4.2ms | 7.7MB | 120ms | 0ms | codon 0.17.0 |