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 |
---|---|---|---|---|---|---|---|
nim | 2.nim | 259ms | 0.7ms | 1.0MB | 250ms | 0ms | nim 1.6.14 |
nim | 2.nim | 346ms | 1.7ms | 1.3MB | 330ms | 0ms | nim/clang 1.6.14 |
nim | 1.nim | 785ms | 2.8ms | 1.0MB | 687ms | 83ms | nim 1.6.14 |
nim | 1.nim | 799ms | 1.3ms | 1.2MB | 690ms | 90ms | nim/clang 1.6.14 |
crystal | 2.cr | 821ms | 5.8ms | 3.3MB | 710ms | 93ms | crystal 1.9.0 |
crystal | 1.cr | 1041ms | 2.4ms | 14.8MB | 917ms | 107ms | crystal 1.9.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
nim | 2.nim | 28ms | 0.5ms | 1.0MB | 20ms | 0ms | nim 1.6.14 |
nim | 2.nim | 36ms | 0.3ms | 1.3MB | 30ms | 0ms | nim/clang 1.6.14 |
nim | 1.nim | 81ms | 0.5ms | 1.0MB | 60ms | 7ms | nim 1.6.14 |
nim | 1.nim | 83ms | 0.8ms | 1.2MB | 70ms | 0ms | nim/clang 1.6.14 |
crystal | 2.cr | 85ms | 0.7ms | 3.4MB | 73ms | 0ms | crystal 1.9.0 |
crystal | 1.cr | 108ms | 0.1ms | 4.7MB | 80ms | 10ms | crystal 1.9.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
crystal | 0-unsafe.cr | 54ms | 0.3ms | 3.0MB | 50ms | 0ms | crystal 1.9.0 |
crystal | 1.cr | 143ms | 54ms | 3.0MB | 130ms | 0ms | crystal 1.9.0 |
nim | 2.nim | 145ms | 0.9ms | 1.2MB | 137ms | 0ms | nim/clang 1.6.14 |
nim | 2.nim | 152ms | 0.8ms | 1.1MB | 140ms | 0ms | nim 1.6.14 |
nim | 1.nim | timeout | 0.0ms | 1.1MB | 4990ms | 0ms | nim 1.6.14 |
nim | 1.nim | timeout | 0.0ms | 1.2MB | 4983ms | 0ms | nim/clang 1.6.14 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
crystal | 0-unsafe.cr | 213ms | 80ms | 3.0MB | 193ms | 0ms | crystal 1.9.0 |
crystal | 1.cr | 273ms | 1.2ms | 3.0MB | 263ms | 0ms | crystal 1.9.0 |
nim | 2.nim | 428ms | 0.6ms | 1.3MB | 417ms | 0ms | nim/clang 1.6.14 |
nim | 2.nim | 450ms | 0.8ms | 1.1MB | 440ms | 0ms | nim 1.6.14 |
nim | 1.nim | timeout | 0.0ms | 1.0MB | 4987ms | 0ms | nim 1.6.14 |
nim | 1.nim | timeout | 0.0ms | 1.3MB | 4987ms | 0ms | nim/clang 1.6.14 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
crystal | 0-unsafe.cr | 29ms | 5.2ms | 3.0MB | 20ms | 0ms | crystal 1.9.0 |
crystal | 1.cr | 49ms | 4.2ms | 3.1MB | 37ms | 0ms | crystal 1.9.0 |
nim | 2.nim | 63ms | 0.5ms | 1.2MB | 50ms | 0ms | nim/clang 1.6.14 |
nim | 2.nim | 65ms | 1.7ms | 1.0MB | 57ms | 0ms | nim 1.6.14 |
nim | 1.nim | 389ms | 5.3ms | 1.2MB | 373ms | 0ms | nim/clang 1.6.14 |
nim | 1.nim | 444ms | 3.1ms | 1.0MB | 430ms | 0ms | nim 1.6.14 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
nim | 2.nim | 382ms | 0.6ms | 1.3MB | 370ms | 0ms | nim 1.6.14 |
nim | 2.nim | 411ms | 0.8ms | 1.3MB | 400ms | 0ms | nim/clang 1.6.14 |
crystal | 2.cr | 450ms | 0.3ms | 2.9MB | 437ms | 0ms | crystal 1.9.0 |
crystal | 1.cr | 468ms | 29ms | 3.0MB | 457ms | 0ms | crystal 1.9.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
nim | 2.nim | 41ms | 0.3ms | 1.3MB | 30ms | 0ms | nim 1.6.14 |
nim | 2.nim | 43ms | 0.0ms | 1.2MB | 30ms | 0ms | nim/clang 1.6.14 |
crystal | 2.cr | 48ms | 0.1ms | 2.9MB | 40ms | 0ms | crystal 1.9.0 |
crystal | 1.cr | 48ms | 0.8ms | 3.0MB | 40ms | 0ms | crystal 1.9.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
crystal | 2.cr | 458ms | 6.2ms | 8.0MB | 443ms | 0ms | crystal 1.9.0 |
nim | 1.nim | 568ms | 14ms | 40.3MB | 550ms | 0ms | nim 1.6.14 |
crystal | 1.cr | 604ms | 9.8ms | 42.6MB | 583ms | 0ms | crystal 1.9.0 |
nim | 2.nim | 608ms | 6.1ms | 6.5MB | 597ms | 0ms | nim/clang 1.6.14 |
nim | 2.nim | 633ms | 1.1ms | 6.1MB | 617ms | 0ms | nim 1.6.14 |
nim | 1.nim | 758ms | 55ms | 41.3MB | 743ms | 0ms | nim/clang 1.6.14 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
crystal | 2.cr | 103ms | 0.3ms | 4.1MB | 90ms | 0ms | crystal 1.9.0 |
nim | 1.nim | 129ms | 0.5ms | 11.0MB | 120ms | 0ms | nim 1.6.14 |
nim | 1.nim | 136ms | 0.4ms | 11.3MB | 123ms | 0ms | nim/clang 1.6.14 |
crystal | 1.cr | 140ms | 4.1ms | 13.0MB | 127ms | 0ms | crystal 1.9.0 |
nim | 2.nim | 142ms | 1.0ms | 3.3MB | 130ms | 0ms | nim/clang 1.6.14 |
nim | 2.nim | 148ms | 0.7ms | 3.0MB | 140ms | 0ms | nim 1.6.14 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
nim | 1.nim | 4117ms | 0.5ms | 1.2MB | 4103ms | 0ms | nim/clang 1.6.14 |
nim | 1.nim | 4119ms | 0.2ms | 1.3MB | 4110ms | 0ms | nim 1.6.14 |
crystal | 1.cr | timeout | 0.0ms | 4.4MB | 4983ms | 0ms | crystal 1.9.0 |