Skip to content

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 04 Apr 20:50
· 22 commits to main since this release
Immutable release. Only release title and notes can be modified.

Added

  • Introduce builder for router
  • Track visited nodes
  • Use path pruning and suffix matching during searches
  • Add GitLab benches

Fixed

  • Skip invalid chars early
  • Correct boundary check for wildcards
  • Avoid UTF-8 costs during search

Other

  • Split up builder, compiler and router
  • Flatten error type
  • Avoid exposing smallvec in API
  • Remove get functionality
  • Remove delete functionality
  • Tweak static search approach
  • Prune non reachable
  • Make use of memchr for string searching