Current benchmark data was generated on Mon Jun 23 2025, 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 |
---|---|---|---|---|---|---|---|
crystal | 0-unsafe.cr | 36ms | 0.9ms | 3.0MB | 30ms | 0ms | crystal 1.16.3 |
crystal | 1.cr | 65ms | 1.9ms | 3.0MB | 60ms | 0ms | crystal 1.16.3 |
dart | 2.dart | 167ms | 3.6ms | 9.1MB | 157ms | 0ms | dart/exe 3.8.1 |
dart | 1.dart | 572ms | 8.2ms | 8.8MB | 560ms | 0ms | dart/exe 3.8.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
crystal | 0-unsafe.cr | 101ms | 2.3ms | 3.0MB | 93ms | 0ms | crystal 1.16.3 |
crystal | 1.cr | 186ms | 0.8ms | 3.0MB | 180ms | 0ms | crystal 1.16.3 |
dart | 2.dart | 484ms | 10.0ms | 9.1MB | 473ms | 0ms | dart/exe 3.8.1 |
dart | 1.dart | 1698ms | 12ms | 9.3MB | 1683ms | 7ms | dart/exe 3.8.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
crystal | 0-unsafe.cr | 19ms | 1.1ms | 3.0MB | 10ms | 0ms | crystal 1.16.3 |
crystal | 1.cr | 30ms | 0.6ms | 3.0MB | 20ms | 0ms | crystal 1.16.3 |
dart | 2.dart | 80ms | 1.1ms | 9.1MB | 70ms | 0ms | dart/exe 3.8.1 |
dart | 1.dart | 119ms | 0.3ms | 9.1MB | 110ms | 0ms | dart/exe 3.8.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
crystal | 1.cr | 3760ms | 10ms | 4.5MB | 3747ms | 0ms | crystal 1.16.3 |
dart | 1.dart | 3762ms | 11ms | 6.4MB | 3750ms | 0ms | dart/exe 3.8.1 |
dart | 2.dart | 4940ms | 8.4ms | 6.4MB | 4930ms | 0ms | dart/exe 3.8.1 |