Compression

The compression benchmark allows one to locally run round-trip compression statistics on a given file. All libraries are either native Browser APIs, a Javascript library, or a Rust library compiled to Wasm. Runtime performance will differ from native execution, the length of input, and the Wasm runtime. See blog post for more info.

Allocation

The allocation benchmark measures how long it takes to allocate a given number of vectors with 5 strings of input. Stresses the malloc implementation in browsers and dlmalloc in Rust.