This release updates wazero to 1.7.1, notably introducing the optimizing compiler. We see speedup around 20% in general from the new compiler. aho-corasick has also been updated to the latest 1.1.3.
In addition to version updates, FindAll
has been optimized significantly, and FindN
has been added to find up to a limit
of matches. Unlike an iterator, these methods only call into Wasm once and perform significantly faster than manual iteration.
New Contributors
- @comeonjy made their first contribution in #30
Full Changelog: v0.5.0...v0.6.0