Ruby VS D benchmarks

Current benchmark data was generated on Fri Aug 01 2025, full log can be found HERE

CONTRIBUTIONS are WELCOME!

[x86_64][4 cores] AMD EPYC 7763 64-Core Processor (Model 1)

* -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.)

binarytrees

Input: 18

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
ruby 1-m.rb 1486ms 2574ms 801.2MB 6400ms 613ms truffleruby 24.2.2
d 1.d 2187ms 1.9ms 312.5MB 2160ms 33ms ldc2 1.41.0
d 1.d 3000ms 18ms 314.1MB 3163ms 50ms dmd 2.111.0
ruby 1.rb 4961ms 19ms 109.4MB 4863ms 83ms ruby/yjit 3.4.5
ruby 1.rb timeout 0.0ms 70.0MB 4943ms 43ms ruby 3.4.5

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 205ms 3.2ms 207.9MB 180ms 13ms ldc2 1.41.0
d 1.d 262ms 1.9ms 209.7MB 237ms 10ms dmd 2.111.0
ruby 1.rb 504ms 1.1ms 20.3MB 480ms 10ms ruby/yjit 3.4.5
ruby 1-m.rb 528ms 58ms 407.2MB 1043ms 157ms truffleruby 24.2.2
ruby 1.rb 932ms 5.8ms 19.5MB 913ms 7ms ruby 3.4.5

coro-prime-sieve

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
ruby 1.rb 1412ms 3.1ms 63.8MB 1330ms 67ms ruby/yjit 3.4.5
ruby 1.rb 1861ms 27ms 63.1MB 1780ms 63ms ruby 3.4.5
d 1.d timeout 0.0ms 16.5MB 4970ms 17ms dmd 2.111.0
d 1.d timeout 0.0ms 17.5MB 4963ms 27ms ldc2 1.41.0
ruby 1.rb timeout 0.0ms 339.5MB 4537ms 1523ms truffleruby 24.2.2

Input: 1000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
ruby 1.rb 150ms 1.5ms 25.6MB 117ms 17ms ruby/yjit 3.4.5
ruby 1.rb 181ms 2.8ms 25.0MB 153ms 17ms ruby 3.4.5
d 1.d 1058ms 5.4ms 10.2MB 1033ms 10ms ldc2 1.41.0
d 1.d 1373ms 11ms 12.5MB 1350ms 10ms dmd 2.111.0
ruby 1.rb timeout 0.0ms 339.9MB 4580ms 1487ms truffleruby 24.2.2

fasta

Input: 2500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 112ms 2.7ms 2.9MB 103ms 0ms ldc2 1.41.0
d 1.d 641ms 1.0ms 4.6MB 630ms 0ms dmd 2.111.0
ruby 6.rb 2039ms 34ms 23.0MB 2010ms 13ms ruby/yjit 3.4.5
ruby 6-m.rb 2302ms 225ms 379.4MB 5953ms 337ms truffleruby 24.2.2
ruby 6.rb 3744ms 77ms 22.4MB 3723ms 10ms ruby 3.4.5

Input: 250000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 14ms 0.5ms 2.9MB 10ms 0ms ldc2 1.41.0
d 1.d 67ms 0.8ms 4.8MB 60ms 0ms dmd 2.111.0
ruby 6.rb 261ms 6.6ms 15.0MB 243ms 0ms ruby/yjit 3.4.5
ruby 6.rb 429ms 2.4ms 14.4MB 410ms 3ms ruby 3.4.5
ruby 6-m.rb 825ms 31ms 410.3MB 2047ms 173ms truffleruby 24.2.2

helloworld

Input: QwQ

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 1.6ms 0.1ms 2.9MB 0ms 0ms ldc2 1.41.0
d 1.d 2.0ms 0.2ms 5.1MB 0ms 0ms dmd 2.111.0
ruby 1.rb 35ms 0.6ms 141.9MB 12ms 28ms truffleruby 24.2.2
ruby 1.rb 50ms 0.8ms 12.8MB 36ms 4ms ruby 3.4.5
ruby 1.rb 51ms 1.7ms 13.0MB 36ms 4ms ruby/yjit 3.4.5

json-serde

Input: sample 5000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 2.d 58ms 1.1ms 15.9MB 60ms 7ms ldc2 1.41.0
d 2.d 237ms 2.6ms 22.6MB 240ms 7ms dmd 2.111.0
ruby 1.rb 251ms 0.5ms 29.2MB 220ms 13ms ruby 3.4.5
ruby 1.rb 253ms 3.8ms 29.0MB 227ms 10ms ruby/yjit 3.4.5
ruby 1-m.rb 4461ms 188ms 483.7MB 11710ms 347ms truffleruby 24.2.2

Input: canada 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 2.d 464ms 5.0ms 140.4MB 437ms 30ms ldc2 1.41.0
ruby 1.rb 2102ms 20ms 132.8MB 2010ms 77ms ruby/yjit 3.4.5
ruby 1.rb 2103ms 10ms 133.9MB 2020ms 70ms ruby 3.4.5
d 2.d 2479ms 20ms 158.4MB 2493ms 37ms dmd 2.111.0
ruby 1.rb timeout 0.0ms 502.2MB 13287ms 387ms truffleruby 24.2.2

lru

Input: 1000 1000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 130ms 1.7ms 6.1MB 120ms 0ms ldc2 1.41.0
d 1.d 176ms 2.3ms 8.1MB 163ms 7ms dmd 2.111.0
ruby 1.rb 340ms 5.5ms 13.5MB 323ms 3ms ruby/yjit 3.4.5
ruby 1.rb 544ms 2.3ms 12.9MB 530ms 3ms ruby 3.4.5
ruby 1-m.rb 702ms 23ms 374.1MB 1243ms 143ms truffleruby 24.2.2

Input: 1000 3000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 380ms 0.5ms 5.9MB 370ms 10ms ldc2 1.41.0
d 1.d 510ms 2.8ms 8.2MB 500ms 10ms dmd 2.111.0
ruby 1.rb 893ms 4.0ms 13.5MB 873ms 10ms ruby/yjit 3.4.5
ruby 1-m.rb 1199ms 32ms 415.0MB 1677ms 160ms truffleruby 24.2.2
ruby 1.rb 1542ms 5.2ms 12.9MB 1523ms 3ms ruby 3.4.5

Input: 100 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 57ms 1.3ms 5.9MB 50ms 0ms ldc2 1.41.0
d 1.d 79ms 0.2ms 7.9MB 70ms 0ms dmd 2.111.0
ruby 1.rb 195ms 1.8ms 13.5MB 180ms 3ms ruby/yjit 3.4.5
ruby 1.rb 297ms 2.9ms 12.8MB 280ms 3ms ruby 3.4.5
ruby 1-m.rb 476ms 13ms 357.3MB 890ms 140ms truffleruby 24.2.2

merkletrees

Input: 17

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 1093ms 13ms 312.6MB 1057ms 37ms ldc2 1.41.0
d 1.d 1863ms 29ms 314.3MB 1990ms 47ms dmd 2.111.0
ruby 1-m.rb 3864ms 19ms 565.6MB 9860ms 350ms truffleruby 24.2.2
ruby 1.rb timeout 0.0ms 94.1MB 4937ms 47ms ruby 3.4.5
ruby 1.rb timeout 0.0ms 94.8MB 4940ms 50ms ruby/yjit 3.4.5

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 227ms 2.7ms 312.5MB 193ms 20ms ldc2 1.41.0
d 1.d 359ms 1.1ms 315.0MB 323ms 27ms dmd 2.111.0
ruby 1-m.rb 2027ms 88ms 571.0MB 5207ms 273ms truffleruby 24.2.2
ruby 1.rb 3296ms 19ms 38.3MB 3260ms 20ms ruby/yjit 3.4.5
ruby 1.rb 4401ms 19ms 37.8MB 4363ms 20ms ruby 3.4.5

nbody

Input: 5000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 361ms 0.5ms 2.9MB 350ms 0ms ldc2 1.41.0
d 2.d 361ms 1.4ms 2.9MB 350ms 0ms ldc2 1.41.0
d 1.d 683ms 2.2ms 4.8MB 673ms 0ms dmd 2.111.0
ruby 2.rb 817ms 1.5ms 309.6MB 1057ms 110ms truffleruby 24.2.2
d 2.d 2033ms 7.1ms 4.8MB 2023ms 0ms dmd 2.111.0
ruby 2.rb timeout 0.0ms 12.8MB 4983ms 7ms ruby 3.4.5
ruby 2.rb timeout 0.0ms 13.5MB 4980ms 0ms ruby/yjit 3.4.5

Input: 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 2.d 39ms 0.7ms 2.9MB 30ms 0ms ldc2 1.41.0
d 1.d 39ms 0.3ms 2.9MB 30ms 0ms ldc2 1.41.0
d 1.d 71ms 1.1ms 4.8MB 60ms 0ms dmd 2.111.0
d 2.d 208ms 2.9ms 4.8MB 200ms 0ms dmd 2.111.0
ruby 2-m.rb 309ms 13ms 309.8MB 537ms 117ms truffleruby 24.2.2
ruby 2.rb 1044ms 2.3ms 13.5MB 1023ms 7ms ruby/yjit 3.4.5
ruby 2.rb 2832ms 56ms 12.8MB 2813ms 7ms ruby 3.4.5

nsieve

Input: 12

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 303ms 7.2ms 43.5MB 287ms 0ms ldc2 1.41.0
d 1.d 345ms 5.5ms 79.3MB 327ms 3ms dmd 2.111.0
d 2.d 846ms 5.3ms 47.7MB 827ms 7ms ldc2 1.41.0
d 2.d 1170ms 7.1ms 51.6MB 1150ms 7ms dmd 2.111.0
ruby 1.rb timeout 0.0ms 325.3MB 4840ms 140ms ruby 3.4.5
ruby 1.rb timeout 0.0ms 327.0MB 4847ms 140ms ruby/yjit 3.4.5
ruby 1.rb timeout 0.0ms 737.6MB 5057ms 157ms truffleruby 24.2.2

Input: 10

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 64ms 2.7ms 15.7MB 53ms 0ms ldc2 1.41.0
d 1.d 75ms 1.7ms 25.5MB 67ms 0ms dmd 2.111.0
d 2.d 210ms 2.0ms 17.7MB 200ms 0ms ldc2 1.41.0
d 2.d 295ms 1.1ms 19.7MB 280ms 0ms dmd 2.111.0
ruby 1-m.rb 1694ms 36ms 474.9MB 2407ms 170ms truffleruby 24.2.2
ruby 1.rb 3393ms 45ms 131.6MB 3303ms 70ms ruby/yjit 3.4.5
ruby 1.rb 4458ms 22ms 131.0MB 4367ms 77ms ruby 3.4.5

pidigits

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 2445ms 17ms 8.1MB 2407ms 423ms ldc2 1.41.0
d 1.d 4429ms 2.9ms 10.5MB 4383ms 463ms dmd 2.111.0
ruby 1.rb timeout 0.0ms 130.1MB 4833ms 153ms ruby 3.4.5
ruby 1.rb timeout 0.0ms 130.9MB 4840ms 147ms ruby/yjit 3.4.5
ruby 1.rb timeout 0.0ms 451.7MB 13370ms 400ms truffleruby 24.2.2

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 582ms 3.3ms 8.2MB 557ms 110ms ldc2 1.41.0
d 1.d 1056ms 3.2ms 10.4MB 1033ms 110ms dmd 2.111.0
ruby 1-m.rb 1509ms 109ms 384.9MB 4013ms 193ms truffleruby 24.2.2
ruby 1.rb 1759ms 8.3ms 130.9MB 1633ms 113ms ruby/yjit 3.4.5
ruby 1.rb 1782ms 5.6ms 130.0MB 1650ms 123ms ruby 3.4.5

spectral-norm

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 3597ms 3.2ms 6.2MB 3587ms 0ms ldc2 1.41.0
d 1.d 3655ms 25ms 8.4MB 3643ms 0ms dmd 2.111.0
ruby 4.rb timeout 0.0ms 12.9MB 4987ms 0ms ruby 3.4.5
ruby 4.rb timeout 0.0ms 13.5MB 4980ms 10ms ruby/yjit 3.4.5
ruby 4.rb timeout 0.0ms 420.8MB 5170ms 227ms truffleruby 24.2.2

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 901ms 0.9ms 3.5MB 890ms 0ms ldc2 1.41.0
d 1.d 921ms 9.3ms 5.3MB 910ms 0ms dmd 2.111.0
ruby 4.rb 4810ms 20ms 422.1MB 5107ms 190ms truffleruby 24.2.2
ruby 4.rb timeout 0.0ms 12.9MB 4983ms 0ms ruby 3.4.5
ruby 4.rb timeout 0.0ms 13.6MB 4983ms 0ms ruby/yjit 3.4.5

Input: 2000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 228ms 1.4ms 3.3MB 220ms 0ms ldc2 1.41.0
d 1.d 233ms 1.9ms 7.2MB 220ms 0ms dmd 2.111.0
ruby 4.rb 1419ms 19ms 379.8MB 1753ms 130ms truffleruby 24.2.2
ruby 4.rb timeout 0.0ms 12.9MB 4987ms 0ms ruby 3.4.5
ruby 4.rb timeout 0.0ms 13.8MB 4983ms 0ms ruby/yjit 3.4.5