Current benchmark data was generated on Thu Jul 13 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.0ms | 0.6ms | 5.1MB | 0ms | 0ms | codon 0.16.2 |
typescript | 1.ts | 33ms | 0.9ms | 40.0MB | 20ms | 0ms | deno 1.35.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
typescript | 6.ts | 595ms | 1.1ms | 45.0MB | 580ms | 0ms | deno 1.35.1 |
codon | 1.py | 1947ms | 41ms | 7.2MB | 1933ms | 0ms | codon 0.16.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
typescript | 6.ts | 97ms | 5.4ms | 45.7MB | 83ms | 10ms | deno 1.35.1 |
codon | 1.py | 198ms | 2.4ms | 7.3MB | 190ms | 0ms | codon 0.16.2 |