Skip to content

Releases: jedld/multi_string_replace

v3.0.0

11 Sep 00:29

Choose a tag to compare

3.0.0 (September 11, 2025)

Features

  • New MultiStringReplace::Automaton API 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

09 Aug 17:48

Choose a tag to compare

Bugfix release