D VS Go benchmarks

Current benchmark data was generated on Mon Mar 31 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
go 1.go 1214ms 12ms 55.0MB 1190ms 10ms tinygo 0.37.0
d 1.d 1796ms 23ms 312.6MB 1763ms 37ms ldc2 1.40.1
go 1-m.go 2372ms 13ms 46.1MB 5267ms 43ms go 1.24.1
d 1.d 2658ms 12ms 314.7MB 2843ms 40ms dmd 2.110.0

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 1.go 115ms 1.5ms 5.6MB 107ms 0ms tinygo 0.37.0
d 1.d 163ms 2.1ms 209.9MB 137ms 13ms ldc2 1.40.1
go 1-m.go 209ms 0.5ms 8.0MB 370ms 10ms go 1.24.1
d 1.d 229ms 3.0ms 212.0MB 200ms 10ms dmd 2.110.0

coro-prime-sieve

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 1-m.go 473ms 8.9ms 15.6MB 1833ms 3ms go 1.24.1
go 1.go 723ms 8.5ms 269.4MB 670ms 37ms tinygo 0.37.0
d 1.d timeout 0.0ms 18.0MB 4970ms 17ms dmd 2.110.0
d 1.d timeout 0.0ms 16.5MB 4967ms 20ms ldc2 1.40.1

Input: 1000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 1-m.go 38ms 6.0ms 7.5MB 123ms 0ms go 1.24.1
go 1.go 70ms 2.6ms 68.3MB 50ms 10ms tinygo 0.37.0
d 1.d 1026ms 5.0ms 12.3MB 1000ms 13ms ldc2 1.40.1
d 1.d 1314ms 5.4ms 14.5MB 1293ms 10ms dmd 2.110.0

edigits

Input: 250001

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 1.go 117ms 1.7ms 8.4MB 110ms 0ms go 1.24.1
d 1.d 2552ms 5.3ms 8.1MB 2543ms 0ms ldc2 1.40.1
d 1.d 2909ms 4.5ms 10.2MB 2897ms 3ms dmd 2.110.0

Input: 100000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 1.go 33ms 0.5ms 8.2MB 23ms 0ms go 1.24.1
d 1.d 451ms 9.4ms 8.1MB 440ms 0ms ldc2 1.40.1
d 1.d 527ms 1.2ms 10.2MB 517ms 0ms dmd 2.110.0

fannkuch-redux

Input: 11

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1-im.d 372ms 5.7ms 3.0MB 1427ms 0ms ldc2 1.40.1
go 3-m.go 670ms 3.5ms 5.5MB 2587ms 0ms go 1.24.1
d 2-im.d 1115ms 14ms 3.0MB 4320ms 0ms ldc2 1.40.1
d 1-i.d 1491ms 12ms 2.9MB 1487ms 0ms ldc2 1.40.1
go 3.go 2017ms 1.1ms 49.1MB 1997ms 7ms tinygo 0.37.0
d 1.d 3113ms 20ms 2.9MB 3103ms 0ms ldc2 1.40.1
d 2-i.d 3238ms 3.0ms 2.9MB 3230ms 0ms ldc2 1.40.1
d 1.d 3557ms 6.9ms 4.6MB 3543ms 0ms dmd 2.110.0
d 1-im.d 4492ms 39ms 5.0MB 17530ms 3ms dmd 2.110.0
d 1-i.d timeout 0.0ms 4.5MB 4990ms 0ms dmd 2.110.0
d 2-i.d timeout 0.0ms 4.6MB 4990ms 0ms dmd 2.110.0
d 2-im.d timeout 0.0ms 4.9MB 19687ms 13ms dmd 2.110.0

Input: 10

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1-im.d 36ms 1.2ms 3.0MB 110ms 0ms ldc2 1.40.1
go 3-m.go 73ms 1.0ms 5.6MB 200ms 0ms go 1.24.1
d 2-im.d 99ms 0.8ms 3.0MB 347ms 0ms ldc2 1.40.1
d 1-i.d 124ms 0.1ms 2.9MB 113ms 0ms ldc2 1.40.1
go 3.go 189ms 1.4ms 49.1MB 170ms 3ms tinygo 0.37.0
d 1.d 262ms 1.2ms 2.9MB 253ms 0ms ldc2 1.40.1
d 2-i.d 267ms 0.6ms 2.9MB 260ms 0ms ldc2 1.40.1
d 1.d 298ms 3.0ms 4.6MB 290ms 0ms dmd 2.110.0
d 1-im.d 375ms 1.8ms 5.0MB 1437ms 0ms dmd 2.110.0
d 2-im.d 524ms 1.1ms 4.6MB 2003ms 0ms dmd 2.110.0
d 1-i.d 853ms 9.4ms 4.5MB 840ms 0ms dmd 2.110.0
d 2-i.d 1364ms 20ms 4.8MB 1357ms 0ms dmd 2.110.0

fasta

Input: 2500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 3-m.go 124ms 1.1ms 7.5MB 373ms 0ms go 1.24.1
d 1.d 193ms 1.0ms 49.2MB 180ms 3ms ldc2 1.40.1
d 1.d 624ms 3.3ms 49.1MB 613ms 3ms dmd 2.110.0

Input: 250000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 3-m.go 17ms 1.3ms 7.5MB 30ms 0ms go 1.24.1
d 1.d 24ms 0.4ms 11.1MB 17ms 0ms ldc2 1.40.1
d 1.d 67ms 0.6ms 13.1MB 60ms 0ms dmd 2.110.0

helloworld

Input: QwQ

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 1.go 0.9ms 0.1ms 0.4MB 0ms 0ms tinygo 0.37.0
go 1.go 1.5ms 0.1ms 3.4MB 0ms 0ms go 1.24.1
d 1.d 1.8ms 0.1ms 2.9MB 0ms 0ms ldc2 1.40.1
d 1.d 2.2ms 0.3ms 5.0MB 0ms 0ms dmd 2.110.0

json-serde

Input: sample 5000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 2-ffi.go 46ms 1.9ms 41.2MB 40ms 7ms go 1.24.1
d 2.d 58ms 0.8ms 15.7MB 60ms 10ms ldc2 1.40.1
go 1.go 139ms 1.2ms 18.6MB 133ms 0ms go 1.24.1
d 2.d 238ms 1.6ms 22.5MB 243ms 7ms dmd 2.110.0

Input: canada 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 2-ffi.go 244ms 7.5ms 141.3MB 240ms 30ms go 1.24.1
d 2.d 451ms 1.8ms 141.8MB 430ms 23ms ldc2 1.40.1
go 1.go 746ms 2.5ms 105.0MB 733ms 10ms go 1.24.1
d 2.d 2467ms 2.2ms 158.8MB 2483ms 27ms dmd 2.110.0

knucleotide

Input: 2500000_in

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1-m.d 671ms 8.6ms 47.3MB 2010ms 17ms ldc2 1.40.1
go 7-m.go 680ms 12ms 42.1MB 2393ms 30ms go 1.24.1
d 1-m.d 1945ms 21ms 49.5MB 5917ms 17ms dmd 2.110.0

Input: 250000_in

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1-m.d 86ms 1.5ms 39.7MB 243ms 7ms ldc2 1.40.1
go 7-m.go 135ms 3.6ms 23.7MB 343ms 20ms go 1.24.1
d 1-m.d 210ms 11ms 41.1MB 620ms 7ms dmd 2.110.0

lru

Input: 1000 1000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 3.go 121ms 2.5ms 3.5MB 113ms 0ms go 1.24.1
d 1.d 129ms 1.6ms 5.9MB 120ms 0ms ldc2 1.40.1
go 3.go 131ms 2.2ms 0.5MB 123ms 0ms tinygo 0.37.0
d 1.d 176ms 0.6ms 7.8MB 167ms 3ms dmd 2.110.0

Input: 1000 3000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 375ms 1.9ms 5.9MB 363ms 13ms ldc2 1.40.1
go 3.go 388ms 13ms 3.5MB 380ms 0ms go 1.24.1
go 3.go 388ms 2.2ms 0.5MB 380ms 0ms tinygo 0.37.0
d 1.d 513ms 1.8ms 7.8MB 497ms 17ms dmd 2.110.0

Input: 100 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 3.go 51ms 1.0ms 3.5MB 40ms 0ms go 1.24.1
d 1.d 57ms 0.4ms 5.9MB 50ms 0ms ldc2 1.40.1
go 3.go 64ms 1.6ms 0.4MB 57ms 0ms tinygo 0.37.0
d 1.d 79ms 1.4ms 8.2MB 70ms 0ms dmd 2.110.0

mandelbrot

Input: 5000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 294ms 0.6ms 7.1MB 280ms 0ms ldc2 1.40.1
d 1.d 2187ms 34ms 9.0MB 2173ms 0ms dmd 2.110.0
go 1.go 3232ms 34ms 7.7MB 3227ms 0ms go 1.24.1
go 1.go 4076ms 6.3ms 3.4MB 4067ms 0ms tinygo 0.37.0

Input: 1000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 1.d 15ms 0.1ms 3.0MB 10ms 0ms ldc2 1.40.1
d 1.d 96ms 6.0ms 4.6MB 83ms 0ms dmd 2.110.0
go 1.go 137ms 1.7ms 3.6MB 130ms 0ms go 1.24.1
go 1.go 171ms 1.9ms 0.5MB 163ms 0ms tinygo 0.37.0

merkletrees

Input: 17

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 1.go 820ms 47ms 63.2MB 797ms 10ms tinygo 0.37.0
d 1.d 962ms 3.8ms 312.7MB 933ms 30ms ldc2 1.40.1
go 2.go 1112ms 7.9ms 55.0MB 1093ms 3ms tinygo 0.37.0
go 1-m.go 1461ms 6.1ms 39.0MB 3090ms 37ms go 1.24.1
go 2-m.go 1661ms 2.3ms 42.9MB 3680ms 40ms go 1.24.1
d 1.d 1727ms 3.9ms 314.7MB 1863ms 40ms dmd 2.110.0

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 1.go 176ms 2.5ms 9.8MB 160ms 0ms tinygo 0.37.0
d 1.d 194ms 1.6ms 312.6MB 160ms 20ms ldc2 1.40.1
go 2.go 206ms 2.2ms 17.1MB 190ms 0ms tinygo 0.37.0
go 1-m.go 332ms 4.7ms 12.2MB 677ms 20ms go 1.24.1
d 1.d 334ms 0.6ms 314.7MB 303ms 23ms dmd 2.110.0
go 2-m.go 373ms 2.8ms 13.9MB 787ms 27ms go 1.24.1

nbody

Input: 5000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 1.go 349ms 3.0ms 0.4MB 340ms 0ms tinygo 0.37.0
go 1.go 352ms 2.1ms 3.5MB 343ms 0ms go 1.24.1
d 1.d 361ms 1.4ms 2.9MB 350ms 0ms ldc2 1.40.1
d 2.d 364ms 3.8ms 2.9MB 353ms 0ms ldc2 1.40.1
d 1.d 684ms 1.4ms 4.6MB 673ms 0ms dmd 2.110.0
d 2.d 2033ms 2.7ms 4.6MB 2023ms 0ms dmd 2.110.0

Input: 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 1.go 37ms 0.1ms 3.5MB 30ms 0ms go 1.24.1
go 1.go 38ms 0.7ms 0.4MB 30ms 0ms tinygo 0.37.0
d 2.d 38ms 0.3ms 2.9MB 30ms 0ms ldc2 1.40.1
d 1.d 39ms 0.2ms 2.9MB 30ms 0ms ldc2 1.40.1
d 1.d 80ms 15ms 4.6MB 70ms 0ms dmd 2.110.0
d 2.d 207ms 1.5ms 4.6MB 193ms 0ms dmd 2.110.0

nsieve

Input: 12

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 1.go 272ms 4.7ms 39.5MB 260ms 0ms tinygo 0.37.0
go 1.go 278ms 0.1ms 71.7MB 267ms 0ms go 1.24.1
d 1.d 288ms 1.2ms 45.1MB 277ms 0ms ldc2 1.40.1
d 1.d 360ms 0.3ms 77.3MB 340ms 0ms dmd 2.110.0
go 2.go 427ms 1.8ms 21.2MB 417ms 0ms tinygo 0.37.0
go 2.go 742ms 2.8ms 21.6MB 727ms 7ms go 1.24.1
d 2.d 842ms 0.8ms 49.1MB 823ms 0ms ldc2 1.40.1
d 2.d 1165ms 0.8ms 48.7MB 1150ms 7ms dmd 2.110.0

Input: 10

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 1.go 53ms 0.1ms 10.1MB 40ms 0ms tinygo 0.37.0
go 1.go 57ms 2.1ms 21.6MB 50ms 0ms go 1.24.1
d 1.d 59ms 1.2ms 12.9MB 50ms 0ms ldc2 1.40.1
d 1.d 76ms 0.3ms 27.2MB 67ms 0ms dmd 2.110.0
go 2.go 109ms 2.0ms 4.9MB 100ms 0ms tinygo 0.37.0
go 2.go 183ms 1.8ms 6.1MB 170ms 0ms go 1.24.1
d 2.d 207ms 0.4ms 17.0MB 193ms 0ms ldc2 1.40.1
d 2.d 293ms 2.4ms 19.0MB 280ms 0ms dmd 2.110.0

pidigits

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 8.go 1173ms 7.7ms 8.7MB 1157ms 0ms go 1.24.1
d 1.d 2429ms 4.7ms 8.1MB 2357ms 440ms ldc2 1.40.1
d 1.d 4342ms 20ms 10.2MB 4310ms 447ms dmd 2.110.0

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 8.go 280ms 1.6ms 8.6MB 270ms 0ms go 1.24.1
d 1.d 578ms 1.1ms 8.0MB 553ms 100ms ldc2 1.40.1
d 1.d 1026ms 2.5ms 10.2MB 990ms 123ms dmd 2.110.0

regex-redux

Input: 2500000_in

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 3.d 577ms 2.9ms 171.9MB 760ms 17ms ldc2 1.40.1
d 3.d 1297ms 1.7ms 172.8MB 1497ms 13ms dmd 2.110.0
go 3.go timeout 0.0ms 122.0MB 4987ms 47ms go 1.24.1
go 3.go timeout 0.0ms 136.3MB 4980ms 10ms tinygo 0.37.0

Input: 250000_in

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
d 3.d 64ms 4.3ms 25.1MB 77ms 0ms ldc2 1.40.1
d 3.d 137ms 3.3ms 30.4MB 150ms 0ms dmd 2.110.0
go 3.go 1752ms 13ms 19.9MB 1737ms 20ms go 1.24.1
go 3.go 2259ms 19ms 27.6MB 2243ms 0ms tinygo 0.37.0

secp256k1

Input: 2000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 0-ffi.go 92ms 0.3ms 5.2MB 87ms 0ms go 1.24.1
d 1.d 4833ms 87ms 4.3MB 4803ms 357ms ldc2 1.40.1
d 1.d timeout 0.0ms 6.4MB 4937ms 307ms dmd 2.110.0

Input: 500

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 0-ffi.go 25ms 0.7ms 5.2MB 20ms 0ms go 1.24.1
d 1.d 1201ms 6.5ms 4.0MB 1190ms 83ms ldc2 1.40.1
d 1.d 2084ms 6.8ms 6.6MB 2040ms 137ms dmd 2.110.0

spectral-norm

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 4-m.go 1911ms 17ms 4.3MB 7403ms 10ms go 1.24.1
d 1.d 3594ms 3.1ms 3.9MB 3583ms 0ms ldc2 1.40.1
d 1.d 3637ms 18ms 8.3MB 3630ms 0ms dmd 2.110.0
go 1.go 3659ms 12ms 5.6MB 3650ms 0ms go 1.24.1
go 1.go timeout 0.0ms 0.5MB 4990ms 0ms tinygo 0.37.0

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 4-m.go 481ms 0.6ms 5.5MB 1843ms 0ms go 1.24.1
d 1.d 901ms 0.5ms 3.4MB 890ms 0ms ldc2 1.40.1
go 1.go 916ms 4.3ms 3.5MB 910ms 0ms go 1.24.1
d 1.d 923ms 4.7ms 5.3MB 913ms 0ms dmd 2.110.0
go 1.go 1397ms 0.4ms 0.5MB 1387ms 0ms tinygo 0.37.0

Input: 2000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
go 4-m.go 125ms 0.8ms 5.5MB 450ms 0ms go 1.24.1
d 1.d 228ms 0.9ms 3.1MB 220ms 0ms ldc2 1.40.1
go 1.go 231ms 1.3ms 3.5MB 220ms 0ms go 1.24.1
d 1.d 233ms 1.6ms 4.9MB 223ms 0ms dmd 2.110.0
go 1.go 352ms 0.6ms 0.4MB 340ms 0ms tinygo 0.37.0