Current benchmark data was generated on Sun Jan 29 2023, 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.1ms | 0.8ms | 5.3MB | 0ms | 0ms | codon 0.15.4 |
typescript | 1.ts | 26ms | 1.3ms | 31.8MB | 14ms | 2ms | deno 1.30.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
typescript | 6.ts | 653ms | 21ms | 37.8MB | 637ms | 7ms | deno 1.30.0 |
codon | 1.py | 1947ms | 23ms | 5.3MB | 1933ms | 0ms | codon 0.15.4 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
typescript | 6.ts | 96ms | 1.8ms | 37.9MB | 83ms | 0ms | deno 1.30.0 |
codon | 1.py | 197ms | 0.8ms | 5.3MB | 187ms | 0ms | codon 0.15.4 |