OCaml VS D benchmarks

Current benchmark data was generated on Sun Dec 01 2024, 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
d 1.d 1733ms 100ms 312.5MB 1707ms 33ms ldc2 1.39.0
d 1.d 2677ms 15ms 314.4MB 2853ms 47ms dmd 2.109.1
ocaml 1.ml 3047ms 16ms 132.6MB 2977ms 60ms ocaml 5.2.1

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 157ms 1.1ms 208.7MB 130ms 13ms ldc2 1.39.0
ocaml 1.ml 217ms 3.2ms 19.2MB 200ms 0ms ocaml 5.2.1
d 1.d 235ms 9.2ms 209.9MB 203ms 13ms dmd 2.109.1

fannkuch-redux

Input: 11

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1-im.d 399ms 45ms 5.1MB 1410ms 0ms ldc2 1.39.0
d 2-im.d 1114ms 10ms 5.1MB 4297ms 0ms ldc2 1.39.0
d 1-i.d 1488ms 14ms 2.9MB 1480ms 0ms ldc2 1.39.0
ocaml 2.ml 2908ms 3.8ms 4.9MB 2897ms 0ms ocaml 5.2.1
d 1.d 3139ms 35ms 2.9MB 3130ms 0ms ldc2 1.39.0
d 2-i.d 3221ms 2.5ms 2.9MB 3210ms 0ms ldc2 1.39.0
d 1.d 3537ms 17ms 4.6MB 3523ms 0ms dmd 2.109.1
d 1-im.d 4241ms 40ms 8.9MB 16490ms 7ms dmd 2.109.1
d 1-i.d timeout 0.0ms 4.5MB 4987ms 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 19780ms 7ms dmd 2.109.1

Input: 10

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1-im.d 40ms 1.9ms 5.1MB 110ms 0ms ldc2 1.39.0
d 2-im.d 110ms 20ms 6.9MB 337ms 3ms ldc2 1.39.0
d 1-i.d 124ms 0.4ms 2.8MB 110ms 0ms ldc2 1.39.0
ocaml 2.ml 245ms 2.2ms 4.9MB 233ms 0ms ocaml 5.2.1
d 1.d 263ms 2.2ms 2.8MB 253ms 0ms ldc2 1.39.0
d 2-i.d 266ms 0.8ms 2.8MB 260ms 0ms ldc2 1.39.0
d 1.d 296ms 2.0ms 4.5MB 287ms 0ms dmd 2.109.1
d 1-im.d 359ms 0.1ms 8.9MB 1343ms 0ms dmd 2.109.1
d 2-im.d 545ms 24ms 6.8MB 1990ms 0ms dmd 2.109.1
d 1-i.d 860ms 8.9ms 4.5MB 850ms 0ms dmd 2.109.1
d 2-i.d 1389ms 18ms 4.5MB 1377ms 0ms dmd 2.109.1

fasta

Input: 2500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 196ms 1.3ms 33.2MB 177ms 7ms ldc2 1.39.0
ocaml 6.ml 347ms 0.9ms 24.9MB 330ms 0ms ocaml 5.2.1
d 1.d 620ms 0.6ms 51.0MB 610ms 0ms dmd 2.109.1

Input: 250000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 24ms 0.1ms 8.1MB 20ms 0ms ldc2 1.39.0
ocaml 6.ml 38ms 0.2ms 7.4MB 27ms 0ms ocaml 5.2.1
d 1.d 67ms 1.4ms 10.1MB 53ms 7ms dmd 2.109.1

helloworld

Input: QwQ

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 1.4ms 0.8ms 3.0MB 0ms 0ms ldc2 1.39.0
ocaml 1.ml 1.8ms 0.2ms 4.9MB 0ms 0ms ocaml 5.2.1
d 1.d 2.2ms 0.4ms 5.0MB 0ms 0ms dmd 2.109.1

lru

Input: 1000 1000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 125ms 0.6ms 5.8MB 117ms 3ms ldc2 1.39.0
d 1.d 181ms 0.7ms 7.8MB 170ms 3ms dmd 2.109.1
ocaml 1.ml 183ms 10ms 6.4MB 170ms 0ms ocaml 5.2.1

Input: 1000 3000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 359ms 0.1ms 5.8MB 350ms 10ms ldc2 1.39.0
ocaml 1.ml 530ms 20ms 6.6MB 517ms 0ms ocaml 5.2.1
d 1.d 531ms 3.4ms 8.1MB 510ms 20ms dmd 2.109.1

Input: 100 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 55ms 0.6ms 5.9MB 50ms 0ms ldc2 1.39.0
ocaml 1.ml 78ms 2.4ms 5.9MB 67ms 0ms ocaml 5.2.1
d 1.d 81ms 0.9ms 7.9MB 73ms 0ms dmd 2.109.1

merkletrees

Input: 17

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 945ms 3.3ms 312.5MB 900ms 43ms ldc2 1.39.0
ocaml 1.ml 1072ms 10ms 70.2MB 1030ms 27ms ocaml 5.2.1
d 1.d 1727ms 10ms 314.5MB 1840ms 57ms dmd 2.109.1
ocaml 2.ml 2064ms 47ms 91.7MB 2007ms 43ms ocaml 5.2.1

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
ocaml 1.ml 150ms 2.7ms 21.6MB 127ms 10ms ocaml 5.2.1
d 1.d 195ms 0.7ms 312.7MB 153ms 30ms ldc2 1.39.0
d 1.d 338ms 0.9ms 314.8MB 293ms 33ms dmd 2.109.1
ocaml 2.ml 362ms 1.9ms 27.6MB 337ms 7ms ocaml 5.2.1

nbody

Input: 5000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 2.d 360ms 1.4ms 2.8MB 347ms 0ms ldc2 1.39.0
d 1.d 360ms 1.1ms 2.9MB 350ms 0ms ldc2 1.39.0
ocaml 1.ml 374ms 0.9ms 5.2MB 363ms 0ms ocaml 5.2.1
d 1.d 679ms 3.1ms 4.6MB 667ms 0ms dmd 2.109.1
d 2.d 2034ms 49ms 4.6MB 2023ms 0ms dmd 2.109.1

Input: 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 39ms 0.2ms 2.9MB 30ms 0ms ldc2 1.39.0
d 2.d 39ms 0.1ms 2.8MB 30ms 0ms ldc2 1.39.0
ocaml 1.ml 42ms 1.3ms 5.2MB 30ms 0ms ocaml 5.2.1
d 1.d 71ms 0.3ms 4.6MB 60ms 0ms dmd 2.109.1
d 2.d 208ms 1.2ms 4.6MB 200ms 0ms dmd 2.109.1

nsieve

Input: 12

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 315ms 3.8ms 77.2MB 293ms 0ms dmd 2.109.1
d 1.d 320ms 5.7ms 43.7MB 293ms 10ms ldc2 1.39.0
d 2.d 817ms 3.4ms 47.7MB 800ms 3ms ldc2 1.39.0
ocaml 1.ml 945ms 20ms 551.3MB 877ms 50ms ocaml 5.2.1
d 2.d 1161ms 3.7ms 49.3MB 1140ms 3ms dmd 2.109.1
ocaml 2.ml 1910ms 4.6ms 18.3MB 1897ms 0ms ocaml 5.2.1

Input: 10

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 65ms 1.0ms 13.7MB 53ms 0ms ldc2 1.39.0
d 1.d 67ms 1.7ms 24.0MB 57ms 0ms dmd 2.109.1
ocaml 1.ml 201ms 5.9ms 142.1MB 173ms 10ms ocaml 5.2.1
d 2.d 206ms 0.2ms 15.7MB 193ms 0ms ldc2 1.39.0
d 2.d 291ms 1.2ms 17.6MB 277ms 3ms dmd 2.109.1
ocaml 2.ml 471ms 2.4ms 9.1MB 460ms 0ms ocaml 5.2.1

regex-redux

Input: 2500000_in

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 3.d 646ms 60ms 170.7MB 847ms 20ms ldc2 1.39.0
d 3.d 1336ms 1.5ms 173.4MB 1517ms 23ms dmd 2.109.1
ocaml 2.ml timeout 0.0ms 484.9MB 4780ms 200ms ocaml 5.2.1

Input: 250000_in

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 3.d 71ms 4.6ms 26.6MB 80ms 3ms ldc2 1.39.0
d 3.d 144ms 4.9ms 28.3MB 153ms 0ms dmd 2.109.1
ocaml 2.ml 533ms 28ms 57.1MB 490ms 27ms ocaml 5.2.1

spectral-norm

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 3581ms 0.9ms 4.0MB 3570ms 0ms ldc2 1.39.0
d 1.d 3647ms 53ms 5.9MB 3633ms 0ms dmd 2.109.1
ocaml 2.ml 4487ms 17ms 6.6MB 4477ms 0ms ocaml 5.2.1

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 897ms 1.4ms 3.6MB 887ms 0ms ldc2 1.39.0
d 1.d 909ms 3.9ms 5.3MB 897ms 0ms dmd 2.109.1
ocaml 2.ml 1126ms 6.0ms 5.9MB 1117ms 0ms ocaml 5.2.1

Input: 2000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 227ms 0.3ms 3.3MB 220ms 0ms ldc2 1.39.0
d 1.d 230ms 0.5ms 4.8MB 220ms 0ms dmd 2.109.1
ocaml 2.ml 284ms 2.2ms 5.2MB 270ms 0ms ocaml 5.2.1