Current benchmark data was generated on Sat Nov 16 2024, full log can be found HERE
CONTRIBUTIONS are WELCOME!
* -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.)
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
wasm | 5.rs | 1753ms | 16ms | 34.7MB | 1733ms | 7ms | wasmtime 25.0.3 |
wasm | 4.rs | 1760ms | 6.6ms | 34.7MB | 1740ms | 7ms | wasmtime 25.0.3 |
wasm | 3.rs | 1775ms | 26ms | 50.6MB | 1743ms | 13ms | wasmtime 25.0.3 |
swift | 1.swift | 2516ms | 49ms | 56.6MB | 2483ms | 17ms | swift 6.0.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
wasm | 5.rs | 167ms | 1.0ms | 20.7MB | 153ms | 3ms | wasmtime 25.0.3 |
wasm | 3.rs | 171ms | 3.2ms | 22.7MB | 153ms | 7ms | wasmtime 25.0.3 |
wasm | 4.rs | 175ms | 4.5ms | 20.7MB | 160ms | 0ms | wasmtime 25.0.3 |
swift | 1.swift | 230ms | 2.0ms | 14.8MB | 220ms | 0ms | swift 6.0.2 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
wasm | 1.rs | 90ms | 1.4ms | 20.8MB | 73ms | 7ms | wasmtime 25.0.3 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
wasm | 2.rs | 3591ms | 4.7ms | 18.4MB | 3577ms | 0ms | wasmtime 25.0.3 |
wasm | 7.rs | 4884ms | 13ms | 20.4MB | 4870ms | 0ms | wasmtime 25.0.3 |