Releases: jedld/multi_string_replace
Releases · jedld/multi_string_replace
v3.0.0
3.0.0 (September 11, 2025)
Features
- New
MultiStringReplace::AutomatonAPI to compile patterns once and reuse for faster repeated match/replace.
Performance
- Faster replace path: cached Ruby method IDs, fewer API calls, preallocated buffers, and deferred string allocation for no-match fast path.
- Optimized trie setup/clear and memory copies.
release 2.0.2
Bugfix release