Zig VS Haxe 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
haxe 1.hx 1277ms 1.9ms 143.9MB 1443ms 70ms haxe/cpp 4.3.6
zig 1.zig 1822ms 94ms 49.0MB 1787ms 20ms zig 0.14.0
haxe 2.hx 4354ms 29ms 495.3MB 4867ms 270ms haxe/cpp 4.3.6
haxe 1.hx timeout 0.0ms 48.6MB 5510ms 420ms haxe/hl/c 4.3.6
haxe 2.hx timeout 0.0ms 83.1MB 4900ms 707ms haxe/hl/c 4.3.6
haxe 1.hx timeout 0.0ms 50.9MB 7657ms 433ms haxe/hl/jit 1.15.0
haxe 2.hx timeout 0.0ms 130.9MB 7610ms 803ms haxe/hl/jit 1.15.0

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
haxe 1.hx 86ms 1.4ms 25.6MB 80ms 10ms haxe/cpp 4.3.6
zig 1.zig 154ms 1.6ms 7.0MB 140ms 0ms zig 0.14.0
haxe 2.hx 378ms 7.1ms 58.3MB 393ms 27ms haxe/cpp 4.3.6
haxe 1.hx 642ms 2.8ms 8.8MB 613ms 47ms haxe/hl/c 4.3.6
haxe 1.hx 681ms 10ms 11.2MB 750ms 53ms haxe/hl/jit 1.15.0
haxe 2.hx 924ms 10ms 13.6MB 817ms 153ms haxe/hl/c 4.3.6
haxe 2.hx 956ms 13ms 25.1MB 937ms 170ms haxe/hl/jit 1.15.0

edigits

Input: 250001

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 2250ms 2.7ms 2.5MB 2220ms 13ms zig 0.14.0

Input: 100000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 380ms 1.3ms 1.9MB 360ms 0ms zig 0.14.0

fannkuch-redux

Input: 11

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 2-m.zig 634ms 1.8ms 1.4MB 2393ms 0ms zig 0.14.0
zig 3-i.zig 1767ms 0.8ms 1.0MB 1760ms 0ms zig 0.14.0
zig 1.zig 2716ms 0.8ms 1.0MB 2710ms 0ms zig 0.14.0

Input: 10

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 2-m.zig 60ms 0.8ms 1.4MB 200ms 0ms zig 0.14.0
zig 3-i.zig 147ms 0.6ms 1.0MB 140ms 0ms zig 0.14.0
zig 1.zig 229ms 0.5ms 1.0MB 220ms 0ms zig 0.14.0

fasta

Input: 2500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 89ms 0.3ms 1.0MB 80ms 0ms zig 0.14.0
haxe 1.hx 2421ms 42ms 25.6MB 2270ms 227ms haxe/cpp 4.3.6
haxe 1.hx timeout 0.0ms 3.3MB 4310ms 913ms haxe/hl/c 4.3.6
haxe 1.hx timeout 0.0ms 3.6MB 4363ms 877ms haxe/hl/jit 1.15.0

Input: 250000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 11ms 0.8ms 1.1MB 0ms 0ms zig 0.14.0
haxe 1.hx 256ms 1.2ms 25.6MB 227ms 27ms haxe/cpp 4.3.6
haxe 1.hx 671ms 3.3ms 3.4MB 570ms 117ms haxe/hl/c 4.3.6
haxe 1.hx 676ms 1.7ms 3.8MB 587ms 110ms haxe/hl/jit 1.15.0

helloworld

Input: QwQ

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 1.0ms 0.0ms 1.0MB 0ms 0ms zig 0.14.0
haxe 1.hx 1.9ms 0.2ms 2.9MB 0ms 0ms haxe/hl/c 4.3.6
haxe 1.hx 2.4ms 0.2ms 4.4MB 0ms 0ms haxe/cpp 4.3.6
haxe 1.hx 3.6ms 0.4ms 2.8MB 0ms 0ms haxe/hl/jit 1.15.0

knucleotide

Input: 2500000_in

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 499ms 8.5ms 26.3MB 477ms 7ms zig 0.14.0

Input: 250000_in

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 66ms 2.2ms 15.4MB 53ms 3ms zig 0.14.0

lru

Input: 1000 1000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 34ms 0.8ms 2.8MB 27ms 0ms zig 0.14.0
haxe 1.hx 135ms 1.8ms 20.6MB 120ms 0ms haxe/cpp 4.3.6
haxe 1.hx 138ms 2.5ms 3.0MB 130ms 0ms haxe/hl/c 4.3.6
haxe 1.hx 156ms 0.3ms 3.8MB 150ms 0ms haxe/hl/jit 1.15.0

Input: 1000 3000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 92ms 0.9ms 2.8MB 83ms 0ms zig 0.14.0
haxe 1.hx 377ms 4.7ms 25.5MB 357ms 10ms haxe/cpp 4.3.6
haxe 1.hx 397ms 3.3ms 3.0MB 383ms 0ms haxe/hl/c 4.3.6
haxe 1.hx 457ms 3.0ms 3.8MB 447ms 0ms haxe/hl/jit 1.15.0

Input: 100 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 16ms 0.7ms 1.3MB 10ms 0ms zig 0.14.0
haxe 1.hx 61ms 0.7ms 12.4MB 50ms 0ms haxe/cpp 4.3.6
haxe 1.hx 67ms 0.6ms 3.0MB 60ms 0ms haxe/hl/c 4.3.6
haxe 1.hx 79ms 1.0ms 3.6MB 70ms 0ms haxe/hl/jit 1.15.0

mandelbrot

Input: 5000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 247ms 2.2ms 4.0MB 237ms 0ms zig 0.14.0

Input: 1000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 12ms 0.4ms 1.1MB 0ms 0ms zig 0.14.0

merkletrees

Input: 17

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 855ms 3.1ms 41.0MB 827ms 13ms zig 0.14.0
haxe 1.hx 924ms 43ms 95.0MB 1017ms 47ms haxe/cpp 4.3.6
haxe 1.hx timeout 0.0ms 32.8MB 4880ms 547ms haxe/hl/c 4.3.6
haxe 1.hx timeout 0.0ms 55.1MB 5920ms 490ms haxe/hl/jit 1.15.0

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
haxe 1.hx 168ms 2.6ms 26.6MB 167ms 10ms haxe/cpp 4.3.6
zig 1.zig 173ms 2.3ms 11.0MB 160ms 0ms zig 0.14.0
haxe 1.hx 1294ms 7.5ms 10.7MB 1240ms 133ms haxe/hl/c 4.3.6
haxe 1.hx 1330ms 14ms 20.3MB 1337ms 137ms haxe/hl/jit 1.15.0

nbody

Input: 5000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 3.zig 199ms 0.7ms 1.0MB 190ms 0ms zig 0.14.0
zig 2.zig 279ms 0.3ms 1.0MB 270ms 0ms zig 0.14.0
zig 1.zig 316ms 1.3ms 1.1MB 303ms 0ms zig 0.14.0
haxe 2.hx 866ms 21ms 3.1MB 857ms 0ms haxe/hl/c 4.3.6
haxe 1.hx 1245ms 248ms 3.0MB 1233ms 0ms haxe/hl/c 4.3.6
haxe 3.hx 1390ms 4.8ms 25.6MB 1527ms 33ms haxe/cpp 4.3.6
haxe 2.hx 2413ms 11ms 3.6MB 2400ms 0ms haxe/hl/jit 1.15.0
haxe 1.hx 2477ms 3.7ms 3.6MB 2467ms 0ms haxe/hl/jit 1.15.0
haxe 1.hx timeout 0.0ms 4.4MB 4990ms 0ms haxe/cpp 4.3.6
haxe 2.hx timeout 0.0ms 4.4MB 4990ms 0ms haxe/cpp 4.3.6
haxe 3.hx timeout 0.0ms 3.1MB 3937ms 1583ms haxe/hl/c 4.3.6
haxe 3.hx timeout 0.0ms 3.8MB 4150ms 1320ms haxe/hl/jit 1.15.0

Input: 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 3.zig 22ms 0.3ms 1.0MB 10ms 0ms zig 0.14.0
zig 2.zig 30ms 0.2ms 1.0MB 20ms 0ms zig 0.14.0
zig 1.zig 34ms 0.4ms 1.1MB 30ms 0ms zig 0.14.0
haxe 2.hx 90ms 1.0ms 3.1MB 80ms 0ms haxe/hl/c 4.3.6
haxe 1.hx 111ms 0.7ms 3.0MB 100ms 0ms haxe/hl/c 4.3.6
haxe 3.hx 154ms 0.8ms 25.8MB 150ms 10ms haxe/cpp 4.3.6
haxe 2.hx 248ms 0.8ms 3.6MB 240ms 0ms haxe/hl/jit 1.15.0
haxe 1.hx 253ms 2.3ms 3.6MB 243ms 0ms haxe/hl/jit 1.15.0
haxe 3.hx 671ms 1.9ms 3.3MB 523ms 207ms haxe/hl/c 4.3.6
haxe 2.hx 671ms 3.7ms 4.4MB 660ms 0ms haxe/cpp 4.3.6
haxe 3.hx 781ms 3.8ms 3.8MB 637ms 203ms haxe/hl/jit 1.15.0
haxe 1.hx 814ms 15ms 4.5MB 803ms 0ms haxe/cpp 4.3.6

nsieve

Input: 12

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 263ms 1.5ms 40.1MB 250ms 0ms zig 0.14.0
zig 2.zig 322ms 3.8ms 6.0MB 313ms 0ms zig 0.14.0

Input: 10

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 52ms 1.4ms 10.8MB 40ms 0ms zig 0.14.0
zig 2.zig 81ms 1.3ms 2.3MB 70ms 0ms zig 0.14.0

pidigits

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 2465ms 18ms 2.2MB 2437ms 13ms zig 0.14.0

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 569ms 2.6ms 1.6MB 560ms 0ms zig 0.14.0

spectral-norm

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 3705ms 29ms 1.4MB 3693ms 0ms zig 0.14.0
haxe 1.hx 3927ms 2.9ms 3.4MB 3917ms 0ms haxe/hl/c 4.3.6
haxe 1.hx timeout 0.0ms 7.0MB 4990ms 0ms haxe/cpp 4.3.6
haxe 1.hx timeout 0.0ms 3.9MB 4990ms 0ms haxe/hl/jit 1.15.0

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 922ms 1.2ms 1.3MB 910ms 0ms zig 0.14.0
haxe 1.hx 991ms 3.4ms 3.1MB 977ms 0ms haxe/hl/c 4.3.6
haxe 1.hx 2395ms 5.6ms 6.5MB 2383ms 0ms haxe/cpp 4.3.6
haxe 1.hx timeout 0.0ms 3.8MB 4990ms 0ms haxe/hl/jit 1.15.0

Input: 2000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
zig 1.zig 234ms 0.8ms 1.3MB 223ms 0ms zig 0.14.0
haxe 1.hx 256ms 3.3ms 3.0MB 247ms 0ms haxe/hl/c 4.3.6
haxe 1.hx 602ms 1.2ms 5.4MB 590ms 0ms haxe/cpp 4.3.6
haxe 1.hx 2307ms 8.6ms 3.6MB 2297ms 0ms haxe/hl/jit 1.15.0