Skip to content

v0.3.4

Latest

Choose a tag to compare

@fhunleth fhunleth released this 15 May 15:01
· 4 commits to main since this release
  • New features
    • Add optional Matcher.match_spec/1 callback to support returning an ETS
      match-spec to speed up PropertyTable.match/2. This moves an O(n) search in
      Elixir to ETS's optimized C implementation. The default string list support
      uses it now.