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 |
---|---|---|---|---|---|---|---|
acton | 1.act | 4.3ms | 0.4ms | 8.0MB | 0ms | 0ms | actonc 0.24.1 |
ruby | 1.rb | 38ms | 0.2ms | 164.1MB | 18ms | 24ms | truffleruby 24.1.1 |
ruby | 1.rb | 68ms | 1.2ms | 28.1MB | 40ms | 16ms | ruby/yjit 3.3.6 |
ruby | 1.rb | 71ms | 0.4ms | 27.9MB | 44ms | 16ms | ruby 3.3.6 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
ruby | 1.rb | 325ms | 1.4ms | 28.4MB | 300ms | 10ms | ruby/yjit 3.3.6 |
ruby | 1.rb | 515ms | 2.8ms | 28.3MB | 483ms | 20ms | ruby 3.3.6 |
ruby | 1-m.rb | 675ms | 8.6ms | 379.0MB | 1210ms | 120ms | truffleruby 24.1.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
acton | 1-m.act | 3110ms | 78ms | 6.7MB | 2773ms | 2133ms | actonc 0.24.1 |
ruby | 1.rb | timeout | 0.0ms | 108.5MB | 4930ms | 57ms | ruby 3.3.6 |
ruby | 1.rb | timeout | 0.0ms | 108.9MB | 4933ms | 47ms | ruby/yjit 3.3.6 |
ruby | 1.rb | timeout | 0.0ms | 468.5MB | 13197ms | 417ms | truffleruby 24.1.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
acton | 1-m.act | 932ms | 61ms | 5.7MB | 810ms | 600ms | actonc 0.24.1 |
ruby | 1-m.rb | 1636ms | 242ms | 437.0MB | 4297ms | 203ms | truffleruby 24.1.1 |
ruby | 1.rb | 1677ms | 12ms | 108.7MB | 1600ms | 60ms | ruby/yjit 3.3.6 |
ruby | 1.rb | 1681ms | 11ms | 108.4MB | 1607ms | 60ms | ruby 3.3.6 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
ruby | 4.rb | timeout | 0.0ms | 28.1MB | 4963ms | 17ms | ruby 3.3.6 |
ruby | 4.rb | timeout | 0.0ms | 28.3MB | 4963ms | 20ms | ruby/yjit 3.3.6 |
ruby | 4.rb | timeout | 0.0ms | 442.6MB | 5190ms | 203ms | truffleruby 24.1.1 |