mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-03 02:41:06 +00:00
Some speed up numbers from my string-heavy WASM benchmarks: - Firefox + encodeInto: +45% - Chrome + encodeInto: +80% - Firefox + encode: +29% - Chrome + encode: +62% Note that this helps specifically with case of lots of small ASCII strings, in case of large strings there is no measurable difference in either direction.