Nim VS C 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
nim 2.nim 951ms 22ms 34.6MB 933ms 0ms nim 2.2.2
nim 2.nim 1044ms 46ms 34.9MB 1030ms 0ms nim/clang 2.2.2

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
nim 2.nim 91ms 1.0ms 5.5MB 80ms 0ms nim 2.2.2
nim 2.nim 92ms 1.1ms 5.8MB 80ms 0ms nim/clang 2.2.2

coro-prime-sieve

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
nim 1.nim timeout 0.0ms 553.5MB 2527ms 2017ms nim 2.2.2
nim 1.nim timeout 0.0ms 555.8MB 2507ms 2037ms nim/clang 2.2.2

Input: 1000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
nim 1.nim 4347ms 12ms 519.8MB 2150ms 1773ms nim/clang 2.2.2
nim 1.nim 4379ms 10ms 519.4MB 2190ms 1760ms nim 2.2.2

fasta

Input: 2500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
nim 2.nim 189ms 2.4ms 1.5MB 177ms 0ms nim 2.2.2
nim 2.nim 237ms 2.8ms 1.8MB 227ms 0ms nim/clang 2.2.2
nim 1.nim 553ms 0.6ms 1.8MB 447ms 90ms nim/clang 2.2.2
nim 1.nim 579ms 2.1ms 1.5MB 477ms 87ms nim 2.2.2

Input: 250000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
nim 2.nim 21ms 0.0ms 1.5MB 10ms 0ms nim 2.2.2
nim 2.nim 26ms 0.2ms 1.8MB 20ms 0ms nim/clang 2.2.2
nim 1.nim 59ms 1.2ms 1.8MB 40ms 10ms nim/clang 2.2.2
nim 1.nim 61ms 0.5ms 1.5MB 40ms 7ms nim 2.2.2

helloworld

Input: QwQ

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
c 1.c 1.1ms 0.1ms 1.4MB 0ms 0ms zigcc 0.14.0
nim 1.nim 1.1ms 0.0ms 1.5MB 0ms 0ms nim 2.2.2
nim 1.nim 1.2ms 0.0ms 1.9MB 0ms 0ms nim/clang 2.2.2
c 1.c 1.3ms 0.1ms 2.1MB 0ms 0ms gcc 14.2.0
c 1.c 1.3ms 0.0ms 2.1MB 0ms 0ms clang 14.0.0-1ubuntu1.1

lru

Input: 1000 1000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
nim 2.nim 111ms 1.6ms 1.6MB 100ms 0ms nim/clang 2.2.2
nim 2.nim 113ms 2.6ms 1.4MB 103ms 0ms nim 2.2.2
nim 1.nim timeout 0.0ms 1.3MB 4990ms 0ms nim 2.2.2
nim 1.nim timeout 0.0ms 1.5MB 4990ms 0ms nim/clang 2.2.2

Input: 1000 3000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
nim 2.nim 324ms 1.9ms 1.6MB 313ms 0ms nim/clang 2.2.2
nim 2.nim 326ms 1.9ms 1.6MB 320ms 0ms nim 2.2.2
nim 1.nim timeout 0.0ms 1.3MB 4990ms 0ms nim 2.2.2
nim 1.nim timeout 0.0ms 1.5MB 4990ms 0ms nim/clang 2.2.2

Input: 100 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
nim 2.nim 50ms 1.1ms 1.3MB 40ms 0ms nim 2.2.2
nim 2.nim 50ms 0.7ms 1.6MB 40ms 0ms nim/clang 2.2.2
nim 1.nim 440ms 2.2ms 1.5MB 430ms 0ms nim/clang 2.2.2
nim 1.nim 481ms 0.8ms 1.3MB 470ms 0ms nim 2.2.2

mandelbrot

Input: 5000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
c 1-mffi.c 212ms 6.2ms 7.4MB 793ms 13ms clang 14.0.0-1ubuntu1.1
c 1-mffi.c 261ms 2.4ms 6.4MB 803ms 0ms gcc 14.2.0
c 1-ffi.c 326ms 5.0ms 5.9MB 313ms 0ms zigcc 0.14.0
c 1-mffi.c 331ms 1.8ms 5.9MB 320ms 0ms zigcc 0.14.0
nim 1.nim 388ms 0.9ms 4.7MB 380ms 0ms nim/clang 2.2.2
c 1-ffi.c 449ms 3.2ms 6.4MB 440ms 0ms clang 14.0.0-1ubuntu1.1
c 1-ffi.c 536ms 8.1ms 6.7MB 527ms 0ms gcc 14.2.0
nim 1.nim 579ms 3.4ms 4.4MB 570ms 0ms nim 2.2.2

Input: 1000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
c 1-mffi.c 15ms 0.3ms 4.5MB 33ms 0ms clang 14.0.0-1ubuntu1.1
c 1-ffi.c 16ms 0.0ms 3.0MB 10ms 0ms zigcc 0.14.0
c 1-mffi.c 16ms 0.3ms 3.0MB 10ms 0ms zigcc 0.14.0
c 1-mffi.c 17ms 0.6ms 3.6MB 40ms 0ms gcc 14.2.0
nim 1.nim 19ms 0.3ms 1.9MB 10ms 0ms nim/clang 2.2.2
c 1-ffi.c 22ms 0.6ms 3.6MB 10ms 0ms clang 14.0.0-1ubuntu1.1
c 1-ffi.c 26ms 0.6ms 3.6MB 20ms 0ms gcc 14.2.0
nim 1.nim 26ms 0.4ms 1.6MB 20ms 0ms nim 2.2.2

merkletrees

Input: 17

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
nim 1.nim 534ms 2.9ms 34.6MB 517ms 0ms nim 2.2.2
nim 1.nim 631ms 20ms 34.9MB 613ms 3ms nim/clang 2.2.2

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
nim 1.nim 114ms 2.7ms 9.6MB 100ms 0ms nim 2.2.2
nim 1.nim 135ms 3.0ms 9.9MB 123ms 0ms nim/clang 2.2.2

nbody

Input: 5000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
c 8-i.c 273ms 4.4ms 1.5MB 263ms 0ms zigcc 0.14.0
c 8-i.c 302ms 1.2ms 2.1MB 293ms 0ms clang 14.0.0-1ubuntu1.1
c 2.c 311ms 1.2ms 2.3MB 300ms 0ms gcc 14.2.0
c 5.c 314ms 1.5ms 2.3MB 300ms 0ms gcc 14.2.0
c 2.c 315ms 1.9ms 1.5MB 310ms 0ms zigcc 0.14.0
c 5.c 316ms 0.5ms 2.1MB 307ms 0ms clang 14.0.0-1ubuntu1.1
c 5.c 316ms 1.1ms 1.5MB 310ms 0ms zigcc 0.14.0
c 2.c 318ms 2.1ms 2.1MB 310ms 0ms clang 14.0.0-1ubuntu1.1
nim 2.nim 319ms 1.2ms 1.8MB 310ms 0ms nim 2.2.2
c 8-i.c 332ms 0.8ms 2.3MB 323ms 0ms gcc 14.2.0
nim 2.nim 342ms 0.5ms 2.0MB 330ms 0ms nim/clang 2.2.2

Input: 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
c 8-i.c 29ms 0.4ms 1.5MB 20ms 0ms zigcc 0.14.0
c 8-i.c 33ms 0.5ms 2.1MB 27ms 0ms clang 14.0.0-1ubuntu1.1
c 2.c 34ms 1.0ms 1.5MB 30ms 0ms zigcc 0.14.0
c 5.c 34ms 0.5ms 2.3MB 30ms 0ms gcc 14.2.0
c 2.c 34ms 1.0ms 2.3MB 27ms 0ms gcc 14.2.0
nim 2.nim 34ms 0.6ms 1.8MB 27ms 0ms nim 2.2.2
c 5.c 34ms 0.6ms 2.1MB 30ms 0ms clang 14.0.0-1ubuntu1.1
c 5.c 34ms 0.5ms 1.5MB 30ms 0ms zigcc 0.14.0
c 8-i.c 36ms 0.1ms 2.3MB 30ms 0ms gcc 14.2.0
c 2.c 37ms 2.6ms 2.1MB 30ms 0ms clang 14.0.0-1ubuntu1.1
nim 2.nim 37ms 1.4ms 2.0MB 30ms 0ms nim/clang 2.2.2

nsieve

Input: 12

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
c 1.c 252ms 2.1ms 41.0MB 237ms 0ms gcc 14.2.0
c 1.c 268ms 1.9ms 40.2MB 250ms 0ms zigcc 0.14.0
c 1.c 269ms 5.7ms 40.9MB 250ms 3ms clang 14.0.0-1ubuntu1.1
nim 1.nim 271ms 8.1ms 41.5MB 257ms 0ms nim 2.2.2
nim 1.nim 298ms 2.6ms 41.8MB 287ms 0ms nim/clang 2.2.2

Input: 10

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
c 1.c 49ms 1.1ms 11.6MB 40ms 0ms gcc 14.2.0
nim 1.nim 51ms 0.5ms 11.5MB 40ms 0ms nim 2.2.2
c 1.c 53ms 2.9ms 11.5MB 40ms 0ms clang 14.0.0-1ubuntu1.1
nim 1.nim 57ms 0.8ms 11.8MB 50ms 0ms nim/clang 2.2.2
c 1.c 57ms 3.1ms 11.0MB 47ms 0ms zigcc 0.14.0

regex-redux

Input: 2500000_in

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
nim 1.nim 1633ms 8.8ms 164.1MB 1603ms 13ms nim/clang 2.2.2
nim 1.nim 1703ms 20ms 163.9MB 1670ms 20ms nim 2.2.2

Input: 250000_in

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
nim 1.nim 173ms 2.3ms 20.9MB 160ms 0ms nim/clang 2.2.2
nim 1.nim 178ms 2.0ms 20.6MB 163ms 0ms nim 2.2.2

spectral-norm

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
c 6-im.c 951ms 9.5ms 2.0MB 3740ms 0ms gcc 14.2.0
c 4-m.c 968ms 1.5ms 2.0MB 3803ms 0ms gcc 14.2.0
c 6-im.c 1003ms 0.8ms 3.3MB 3940ms 0ms clang 14.0.0-1ubuntu1.1
c 5-im.c 1089ms 3.6ms 2.0MB 4287ms 3ms gcc 14.2.0
c 4-m.c 1129ms 14ms 3.3MB 4427ms 7ms clang 14.0.0-1ubuntu1.1
c 5-im.c 1335ms 7.2ms 3.3MB 5240ms 7ms clang 14.0.0-1ubuntu1.1
c 3-m.c 1849ms 16ms 3.4MB 7250ms 20ms clang 14.0.0-1ubuntu1.1
c 3-m.c 1980ms 13ms 2.0MB 7780ms 3ms gcc 14.2.0
nim 1.nim 3590ms 1.4ms 1.6MB 3580ms 0ms nim/clang 2.2.2
nim 1.nim 3596ms 7.0ms 1.9MB 3583ms 0ms nim 2.2.2

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
c 6-im.c 248ms 5.1ms 2.0MB 953ms 0ms gcc 14.2.0
c 4-m.c 253ms 1.6ms 2.0MB 967ms 0ms gcc 14.2.0
c 6-im.c 259ms 1.4ms 3.3MB 990ms 0ms clang 14.0.0-1ubuntu1.1
c 5-im.c 290ms 15ms 2.0MB 1103ms 0ms gcc 14.2.0
c 4-m.c 294ms 9.2ms 3.3MB 1117ms 0ms clang 14.0.0-1ubuntu1.1
c 5-im.c 351ms 17ms 3.4MB 1333ms 0ms clang 14.0.0-1ubuntu1.1
c 3-m.c 468ms 7.2ms 3.3MB 1807ms 0ms clang 14.0.0-1ubuntu1.1
c 3-m.c 496ms 2.9ms 2.0MB 1933ms 0ms gcc 14.2.0
nim 1.nim 899ms 0.8ms 1.5MB 890ms 0ms nim/clang 2.2.2
nim 1.nim 901ms 1.6ms 1.3MB 890ms 0ms nim 2.2.2

Input: 2000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
c 4-m.c 71ms 0.5ms 2.1MB 257ms 0ms gcc 14.2.0
c 6-im.c 73ms 2.6ms 3.3MB 250ms 0ms clang 14.0.0-1ubuntu1.1
c 6-im.c 73ms 6.2ms 2.0MB 257ms 0ms gcc 14.2.0
c 4-m.c 78ms 0.7ms 3.1MB 280ms 0ms clang 14.0.0-1ubuntu1.1
c 5-im.c 80ms 0.7ms 2.0MB 287ms 0ms gcc 14.2.0
c 5-im.c 93ms 0.7ms 3.3MB 330ms 0ms clang 14.0.0-1ubuntu1.1
c 3-m.c 124ms 1.1ms 3.1MB 453ms 0ms clang 14.0.0-1ubuntu1.1
c 3-m.c 131ms 0.9ms 2.0MB 490ms 0ms gcc 14.2.0
nim 1.nim 227ms 0.3ms 1.5MB 220ms 0ms nim/clang 2.2.2
nim 1.nim 229ms 1.2ms 1.3MB 220ms 0ms nim 2.2.2