Current benchmark data was generated on Sat Nov 16 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 |
---|---|---|---|---|---|---|---|
d | 1.d | timeout | 0.0ms | 16.5MB | 4957ms | 33ms | dmd 2.109.1 |
d | 1.d | timeout | 0.0ms | 14.8MB | 4950ms | 30ms | ldc2 1.39.0 |
v | 1.v | timeout | 0.0ms | 21.9MB | 9567ms | 10113ms | v/clang 0.4.8 |
v | 1.v | timeout | 0.0ms | 24.3MB | 9530ms | 10047ms | v/clang+gc 0.4.8 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
d | 1.d | 1049ms | 8.0ms | 8.4MB | 1023ms | 10ms | ldc2 1.39.0 |
d | 1.d | 1313ms | 9.7ms | 10.8MB | 1290ms | 13ms | dmd 2.109.1 |
v | 1-m.v | 2669ms | 215ms | 20.3MB | 4983ms | 5390ms | v/clang+gc 0.4.8 |
v | 1-m.v | 2804ms | 681ms | 15.7MB | 5350ms | 5660ms | v/clang 0.4.8 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
d | 1-im.d | 393ms | 36ms | 5.1MB | 1413ms | 0ms | ldc2 1.39.0 |
d | 2-im.d | 1136ms | 27ms | 5.1MB | 4287ms | 0ms | ldc2 1.39.0 |
d | 1-i.d | 1481ms | 0.7ms | 2.8MB | 1467ms | 0ms | ldc2 1.39.0 |
v | 1.v | 2159ms | 10ms | 1.1MB | 2147ms | 0ms | v/clang 0.4.8 |
v | 1.v | 2271ms | 6.3ms | 1.9MB | 2260ms | 0ms | v/clang+gc 0.4.8 |
d | 1.d | 3136ms | 26ms | 2.8MB | 3123ms | 0ms | ldc2 1.39.0 |
d | 2-i.d | 3223ms | 4.8ms | 2.8MB | 3210ms | 0ms | ldc2 1.39.0 |
d | 1.d | 3502ms | 2.1ms | 4.6MB | 3490ms | 0ms | dmd 2.109.1 |
d | 1-im.d | 4227ms | 47ms | 8.7MB | 16457ms | 0ms | dmd 2.109.1 |
d | 1-i.d | timeout | 0.0ms | 4.5MB | 4990ms | 0ms | dmd 2.109.1 |
d | 2-i.d | timeout | 0.0ms | 4.6MB | 4990ms | 0ms | dmd 2.109.1 |
d | 2-im.d | timeout | 0.0ms | 6.8MB | 19710ms | 10ms | dmd 2.109.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
d | 1-im.d | 40ms | 2.1ms | 4.9MB | 110ms | 0ms | ldc2 1.39.0 |
d | 2-im.d | 100ms | 1.6ms | 5.1MB | 343ms | 0ms | ldc2 1.39.0 |
d | 1-i.d | 124ms | 0.3ms | 2.8MB | 117ms | 0ms | ldc2 1.39.0 |
v | 1.v | 185ms | 2.2ms | 1.1MB | 170ms | 0ms | v/clang 0.4.8 |
v | 1.v | 196ms | 0.4ms | 1.9MB | 190ms | 0ms | v/clang+gc 0.4.8 |
d | 1.d | 264ms | 4.4ms | 2.8MB | 253ms | 0ms | ldc2 1.39.0 |
d | 2-i.d | 267ms | 1.0ms | 2.9MB | 253ms | 0ms | ldc2 1.39.0 |
d | 1.d | 296ms | 2.1ms | 4.6MB | 287ms | 0ms | dmd 2.109.1 |
d | 1-im.d | 355ms | 4.0ms | 6.9MB | 1340ms | 0ms | dmd 2.109.1 |
d | 2-im.d | 531ms | 2.2ms | 8.8MB | 1990ms | 0ms | dmd 2.109.1 |
d | 1-i.d | 863ms | 34ms | 4.5MB | 853ms | 0ms | dmd 2.109.1 |
d | 2-i.d | 1415ms | 9.9ms | 4.5MB | 1403ms | 0ms | dmd 2.109.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
d | 1.d | 125ms | 0.3ms | 6.1MB | 117ms | 3ms | ldc2 1.39.0 |
d | 1.d | 185ms | 10ms | 7.9MB | 157ms | 33ms | dmd 2.109.1 |
v | 1.v | 237ms | 4.3ms | 1.3MB | 223ms | 0ms | v/clang 0.4.8 |
v | 1.v | 259ms | 3.8ms | 2.1MB | 247ms | 0ms | v/clang+gc 0.4.8 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 311ms | 2.7ms | 1.8MB | 300ms | 0ms | v/clang 0.4.8 |
v | 1.v | 311ms | 0.7ms | 2.4MB | 300ms | 0ms | v/clang+gc 0.4.8 |
d | 2.d | 361ms | 0.5ms | 2.9MB | 350ms | 0ms | ldc2 1.39.0 |
d | 1.d | 361ms | 1.0ms | 2.9MB | 350ms | 0ms | ldc2 1.39.0 |
d | 1.d | 680ms | 2.2ms | 4.6MB | 670ms | 0ms | dmd 2.109.1 |
d | 2.d | 2009ms | 2.2ms | 4.6MB | 2000ms | 0ms | dmd 2.109.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 33ms | 0.3ms | 1.6MB | 23ms | 0ms | v/clang 0.4.8 |
v | 1.v | 34ms | 0.2ms | 2.4MB | 20ms | 0ms | v/clang+gc 0.4.8 |
d | 1.d | 39ms | 0.5ms | 2.9MB | 30ms | 0ms | ldc2 1.39.0 |
d | 2.d | 39ms | 0.7ms | 2.9MB | 30ms | 0ms | ldc2 1.39.0 |
d | 1.d | 71ms | 0.9ms | 4.8MB | 63ms | 0ms | dmd 2.109.1 |
d | 2.d | 203ms | 0.2ms | 4.6MB | 190ms | 0ms | dmd 2.109.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 299ms | 2.5ms | 41.2MB | 287ms | 0ms | v/clang+gc 0.4.8 |
v | 1.v | 306ms | 1.4ms | 40.3MB | 290ms | 0ms | v/clang 0.4.8 |
d | 1.d | 315ms | 2.3ms | 77.1MB | 300ms | 0ms | dmd 2.109.1 |
v | 2.v | 327ms | 4.4ms | 6.9MB | 317ms | 0ms | v/clang+gc 0.4.8 |
d | 1.d | 352ms | 4.4ms | 43.7MB | 333ms | 3ms | ldc2 1.39.0 |
v | 2.v | 419ms | 3.6ms | 6.1MB | 410ms | 0ms | v/clang 0.4.8 |
d | 2.d | 821ms | 4.2ms | 47.5MB | 800ms | 10ms | ldc2 1.39.0 |
d | 2.d | 1162ms | 1.7ms | 49.3MB | 1143ms | 3ms | dmd 2.109.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
v | 1.v | 58ms | 0.7ms | 11.9MB | 47ms | 0ms | v/clang+gc 0.4.8 |
d | 1.d | 61ms | 1.8ms | 13.5MB | 43ms | 3ms | ldc2 1.39.0 |
v | 1.v | 62ms | 1.1ms | 11.0MB | 50ms | 0ms | v/clang 0.4.8 |
d | 1.d | 66ms | 0.8ms | 24.1MB | 57ms | 0ms | dmd 2.109.1 |
v | 2.v | 82ms | 1.9ms | 3.1MB | 70ms | 0ms | v/clang+gc 0.4.8 |
v | 2.v | 102ms | 1.1ms | 2.4MB | 90ms | 0ms | v/clang 0.4.8 |
d | 2.d | 203ms | 0.8ms | 15.7MB | 190ms | 0ms | ldc2 1.39.0 |
d | 2.d | 291ms | 1.3ms | 17.6MB | 277ms | 3ms | dmd 2.109.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
d | 1.d | 3584ms | 9.1ms | 4.1MB | 3570ms | 0ms | ldc2 1.39.0 |
d | 1.d | 3665ms | 31ms | 5.9MB | 3653ms | 0ms | dmd 2.109.1 |
v | 1.v | timeout | 0.0ms | 1.6MB | 4990ms | 0ms | v/clang 0.4.8 |
v | 1.v | timeout | 0.0ms | 3.0MB | 4990ms | 0ms | v/clang+gc 0.4.8 |