Wasm VS V benchmarks

Current benchmark data was generated on Tue Apr 01 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
v 1.v 785ms 6.7ms 22.1MB 770ms 0ms v/clang+gc 0.4.10
wasm 5.rs 1809ms 60ms 33.1MB 1790ms 7ms wasmtime 31.0.0
wasm 3.rs 1854ms 16ms 49.2MB 1827ms 17ms wasmtime 31.0.0
wasm 4.rs 1863ms 11ms 33.2MB 1840ms 10ms wasmtime 31.0.0
v 1.v 2195ms 13ms 2086.5MB 1297ms 880ms v/clang 0.4.10

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
v 1.v 71ms 1.8ms 4.6MB 60ms 0ms v/clang+gc 0.4.10
wasm 5.rs 174ms 4.1ms 19.3MB 157ms 0ms wasmtime 31.0.0
wasm 3.rs 180ms 2.4ms 21.1MB 163ms 0ms wasmtime 31.0.0
wasm 4.rs 181ms 4.0ms 19.2MB 163ms 0ms wasmtime 31.0.0
v 1.v 211ms 4.1ms 197.8MB 113ms 83ms v/clang 0.4.10

coro-prime-sieve

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 3.rs 1133ms 6.8ms 19.4MB 1117ms 0ms wasmtime 31.0.0
v 1.v timeout 0.0ms 18.1MB 8790ms 10533ms v/clang 0.4.10
v 1.v timeout 0.0ms 18.9MB 8710ms 10460ms v/clang+gc 0.4.10

Input: 1000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 3.rs 82ms 1.6ms 17.7MB 70ms 0ms wasmtime 31.0.0
v 1-m.v 1373ms 37ms 9.8MB 2297ms 2957ms v/clang 0.4.10
v 1-m.v 1402ms 57ms 10.3MB 2330ms 2993ms v/clang+gc 0.4.10

edigits

Input: 250001

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 1.rs 421ms 7.8ms 18.6MB 403ms 3ms wasmtime 31.0.0
v 1.v timeout 0.0ms 8.4MB 4990ms 0ms v/clang+gc 0.4.10

Input: 100000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 1.rs 115ms 2.6ms 18.0MB 103ms 0ms wasmtime 31.0.0
v 1.v timeout 0.0ms 4.8MB 4990ms 0ms v/clang+gc 0.4.10

fannkuch-redux

Input: 11

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
v 1.v 2206ms 8.5ms 1.9MB 2197ms 0ms v/clang+gc 0.4.10
v 1.v 2253ms 4.9ms 1.1MB 2247ms 0ms v/clang 0.4.10
wasm 1.rs 4154ms 12ms 16.7MB 4137ms 0ms wasmtime 31.0.0

Input: 10

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
v 1.v 188ms 2.2ms 1.9MB 180ms 0ms v/clang+gc 0.4.10
v 1.v 194ms 1.8ms 1.1MB 187ms 0ms v/clang 0.4.10
wasm 1.rs 353ms 4.0ms 17.2MB 340ms 0ms wasmtime 31.0.0

fasta

Input: 2500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 1.rs 237ms 2.6ms 17.5MB 223ms 3ms wasmtime 31.0.0
v 1.v 496ms 1.0ms 1.3MB 487ms 0ms v/clang 0.4.10
v 1.v 526ms 3.5ms 2.1MB 517ms 0ms v/clang+gc 0.4.10

Input: 250000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 1.rs 32ms 0.9ms 17.3MB 20ms 0ms wasmtime 31.0.0
v 1.v 52ms 0.6ms 1.3MB 40ms 0ms v/clang 0.4.10
v 1.v 57ms 1.8ms 2.1MB 50ms 0ms v/clang+gc 0.4.10

helloworld

Input: QwQ

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
v 1.v 1.0ms 0.0ms 1.4MB 0ms 0ms v/clang 0.4.10
v 1.v 1.4ms 0.1ms 1.9MB 0ms 0ms v/clang+gc 0.4.10
wasm 1.rs 7.3ms 1.3ms 17.4MB 0ms 0ms wasmtime 31.0.0

lru

Input: 1000 1000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 1.rs 90ms 0.5ms 17.4MB 80ms 0ms wasmtime 31.0.0
v 1.v 243ms 3.4ms 1.3MB 233ms 0ms v/clang 0.4.10
v 1.v 259ms 2.1ms 2.1MB 250ms 0ms v/clang+gc 0.4.10

Input: 1000 3000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 1.rs 255ms 5.4ms 16.9MB 240ms 0ms wasmtime 31.0.0
v 1.v 722ms 5.9ms 1.3MB 713ms 0ms v/clang 0.4.10
v 1.v 772ms 0.9ms 2.1MB 760ms 0ms v/clang+gc 0.4.10

Input: 100 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 1.rs 48ms 1.5ms 17.4MB 37ms 0ms wasmtime 31.0.0
v 1.v 90ms 1.6ms 1.3MB 80ms 0ms v/clang 0.4.10
v 1.v 101ms 2.3ms 2.1MB 90ms 0ms v/clang+gc 0.4.10

mandelbrot

Input: 5000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 8.rs 832ms 8.8ms 20.3MB 817ms 0ms wasmtime 31.0.0

Input: 1000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 8.rs 43ms 1.1ms 17.4MB 30ms 0ms wasmtime 31.0.0

merkletrees

Input: 17

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 1.rs 939ms 69ms 41.1MB 913ms 13ms wasmtime 31.0.0

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 1.rs 201ms 2.9ms 23.2MB 183ms 0ms wasmtime 31.0.0

nbody

Input: 5000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
v 1.v 312ms 0.9ms 1.6MB 300ms 0ms v/clang 0.4.10
v 1.v 312ms 1.1ms 2.3MB 300ms 0ms v/clang+gc 0.4.10
wasm 1.rs 413ms 2.3ms 17.1MB 400ms 0ms wasmtime 31.0.0
wasm 2.rs 587ms 3.1ms 17.0MB 573ms 0ms wasmtime 31.0.0

Input: 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
v 1.v 34ms 0.9ms 1.6MB 27ms 0ms v/clang 0.4.10
v 1.v 35ms 0.5ms 2.3MB 30ms 0ms v/clang+gc 0.4.10
wasm 1.rs 50ms 1.6ms 17.1MB 37ms 0ms wasmtime 31.0.0
wasm 2.rs 67ms 0.7ms 17.4MB 53ms 0ms wasmtime 31.0.0

nsieve

Input: 12

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
v 1.v 305ms 9.1ms 40.2MB 290ms 0ms v/clang 0.4.10
v 1.v 318ms 13ms 41.1MB 303ms 0ms v/clang+gc 0.4.10
v 2.v 331ms 1.6ms 6.9MB 320ms 0ms v/clang+gc 0.4.10
v 2.v 334ms 5.2ms 6.1MB 323ms 0ms v/clang 0.4.10
wasm 2.rs 376ms 5.1ms 22.0MB 360ms 0ms wasmtime 31.0.0
wasm 1.rs 510ms 12ms 56.1MB 493ms 0ms wasmtime 31.0.0

Input: 10

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
v 1.v 60ms 1.3ms 11.0MB 50ms 0ms v/clang 0.4.10
v 1.v 67ms 3.7ms 11.7MB 57ms 0ms v/clang+gc 0.4.10
v 2.v 82ms 1.3ms 2.5MB 73ms 0ms v/clang 0.4.10
v 2.v 82ms 1.1ms 3.1MB 70ms 0ms v/clang+gc 0.4.10
wasm 1.rs 99ms 4.3ms 27.0MB 83ms 0ms wasmtime 31.0.0
wasm 2.rs 100ms 2.4ms 18.4MB 83ms 7ms wasmtime 31.0.0

pidigits

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 2.rs 2211ms 7.5ms 18.2MB 2197ms 0ms wasmtime 31.0.0
v 2.v 3265ms 91ms 3.3MB 3247ms 7ms v/clang+gc 0.4.10

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 2.rs 531ms 6.4ms 17.6MB 513ms 0ms wasmtime 31.0.0
v 2.v 802ms 15ms 2.6MB 790ms 0ms v/clang+gc 0.4.10

secp256k1

Input: 2000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 1.rs 3610ms 3.0ms 16.9MB 3597ms 0ms wasmtime 31.0.0

Input: 500

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 1.rs 910ms 1.5ms 16.8MB 897ms 0ms wasmtime 31.0.0

spectral-norm

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 2.rs 3602ms 4.5ms 16.9MB 3587ms 0ms wasmtime 31.0.0
wasm 7.rs 4912ms 16ms 16.9MB 4897ms 0ms wasmtime 31.0.0
v 1.v timeout 0.0ms 1.6MB 4990ms 0ms v/clang 0.4.10
v 1.v timeout 0.0ms 2.8MB 4990ms 0ms v/clang+gc 0.4.10

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 2.rs 910ms 0.9ms 16.7MB 897ms 0ms wasmtime 31.0.0
wasm 7.rs 1240ms 9.5ms 16.9MB 1230ms 0ms wasmtime 31.0.0
v 1.v 1283ms 5.2ms 1.5MB 1273ms 0ms v/clang 0.4.10
v 1.v 1328ms 2.0ms 2.5MB 1320ms 0ms v/clang+gc 0.4.10

Input: 2000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
wasm 2.rs 235ms 1.1ms 17.2MB 220ms 0ms wasmtime 31.0.0
wasm 7.rs 321ms 11ms 16.8MB 307ms 0ms wasmtime 31.0.0
v 1.v 334ms 0.6ms 2.5MB 327ms 0ms v/clang+gc 0.4.10
v 1.v 338ms 23ms 1.5MB 333ms 0ms v/clang 0.4.10