Current benchmark data was generated on Thu Feb 01 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 |
---|---|---|---|---|---|---|---|
odin | 1.odin | 247ms | 19ms | 1.8MB | 237ms | 0ms | odin 2024 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1.odin | 291ms | 4.7ms | 40.6MB | 270ms | 3ms | odin 2024 |
codon | 1.py | 406ms | 0.9ms | 46.5MB | 390ms | 0ms | codon 0.16.3 |
codon | 2.py | 482ms | 8.3ms | 107.0MB | 463ms | 13ms | codon 0.16.3 |
odin | 2.odin | 811ms | 3.6ms | 6.5MB | 797ms | 3ms | odin 2024 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1.odin | 3783ms | 11ms | 2.9MB | 3773ms | 0ms | odin 2024 |