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 |
---|---|---|---|---|---|---|---|
odin | 1.odin | 270ms | 1.5ms | 1.3MB | 260ms | 0ms | odin 2023 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1.odin | 600ms | 8.2ms | 40.6MB | 573ms | 10ms | odin 2023 |
codon | 1.py | 873ms | 79ms | 48.3MB | 850ms | 3ms | codon 0.15.4 |
codon | 2.py | 1003ms | 24ms | 106.7MB | 977ms | 13ms | codon 0.15.4 |
odin | 2.odin | 1181ms | 0.7ms | 6.4MB | 1167ms | 0ms | odin 2023 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
odin | 1.odin | 4617ms | 1.1ms | 2.9MB | 4607ms | 0ms | odin 2023 |