Swift VS Ruby benchmarks

Current benchmark data was generated on Mon Apr 14 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
swift 1.swift 2675ms 16ms 53.8MB 2643ms 20ms swift 6.1.0
ruby 1.rb 4815ms 21ms 109.4MB 4710ms 90ms ruby/yjit 3.4.2
ruby 1.rb timeout 0.0ms 70.5MB 4953ms 37ms ruby 3.4.2
ruby 1.rb timeout 0.0ms 758.8MB 6567ms 693ms truffleruby 24.2.0

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 1.swift 239ms 3.9ms 11.8MB 227ms 0ms swift 6.1.0
ruby 1.rb 492ms 5.0ms 20.4MB 467ms 10ms ruby/yjit 3.4.2
ruby 1-m.rb 537ms 66ms 418.7MB 1060ms 157ms truffleruby 24.2.0
ruby 1.rb 937ms 8.8ms 19.6MB 910ms 13ms ruby 3.4.2

fannkuch-redux

Input: 11

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 1.swift 2491ms 11ms 5.5MB 2480ms 0ms swift 6.1.0

Input: 10

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 1.swift 213ms 3.7ms 6.3MB 203ms 0ms swift 6.1.0

fasta

Input: 2500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 3-m.swift 146ms 0.8ms 20.8MB 433ms 0ms swift 6.1.0
ruby 6.rb 2050ms 4.6ms 23.0MB 2020ms 13ms ruby/yjit 3.4.2
ruby 6-m.rb 2229ms 245ms 437.5MB 5773ms 363ms truffleruby 24.2.0
ruby 6.rb 3848ms 19ms 22.4MB 3823ms 13ms ruby 3.4.2

Input: 250000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 3.swift 38ms 0.4ms 18.2MB 37ms 0ms swift 6.1.0
ruby 6.rb 267ms 5.3ms 15.0MB 250ms 0ms ruby/yjit 3.4.2
ruby 6.rb 439ms 1.1ms 14.5MB 420ms 3ms ruby 3.4.2
ruby 6-m.rb 828ms 16ms 375.5MB 2057ms 180ms truffleruby 24.2.0

helloworld

Input: QwQ

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 1.swift 2.3ms 0.2ms 5.8MB 0ms 0ms swift 6.1.0
ruby 1.rb 35ms 0.5ms 141.8MB 14ms 24ms truffleruby 24.2.0
ruby 1.rb 51ms 1.1ms 12.9MB 38ms 0ms ruby 3.4.2
ruby 1.rb 53ms 1.6ms 13.1MB 38ms 2ms ruby/yjit 3.4.2

knucleotide

Input: 2500000_in

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 2-m.swift 1336ms 17ms 70.7MB 4880ms 30ms swift 6.1.0

Input: 250000_in

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 2-m.swift 248ms 2.1ms 60.0MB 663ms 23ms swift 6.1.0

nbody

Input: 5000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 7.swift 344ms 2.0ms 10.0MB 330ms 0ms swift 6.1.0
ruby 2.rb 825ms 4.5ms 309.8MB 1053ms 117ms truffleruby 24.2.0
ruby 2.rb timeout 0.0ms 12.9MB 4987ms 0ms ruby 3.4.2
ruby 2.rb timeout 0.0ms 13.5MB 4983ms 3ms ruby/yjit 3.4.2

Input: 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 7.swift 39ms 0.2ms 10.0MB 30ms 0ms swift 6.1.0
ruby 2-m.rb 308ms 6.2ms 310.0MB 540ms 117ms truffleruby 24.2.0
ruby 2.rb 1062ms 3.2ms 13.5MB 1047ms 3ms ruby/yjit 3.4.2
ruby 2.rb 2806ms 75ms 12.9MB 2787ms 3ms ruby 3.4.2

pidigits

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
ruby 1.rb timeout 0.0ms 46.6MB 4920ms 60ms ruby 3.4.2
ruby 1.rb timeout 0.0ms 127.6MB 4830ms 157ms ruby/yjit 3.4.2
ruby 1.rb timeout 0.0ms 437.3MB 13257ms 400ms truffleruby 24.2.0
swift 1.swift timeout 0.0ms 7.1MB 4937ms 50ms swift 6.1.0

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
ruby 1.rb 1663ms 2.6ms 46.0MB 1623ms 27ms ruby 3.4.2
ruby 1.rb 1695ms 86ms 126.8MB 1620ms 60ms ruby/yjit 3.4.2
ruby 1-m.rb 1731ms 175ms 412.7MB 4540ms 227ms truffleruby 24.2.0
swift 1.swift 1928ms 4.2ms 7.0MB 1913ms 0ms swift 6.1.0