Skip to content

Optimize performance by using tree structure

Compare
Choose a tag to compare
@redonkulus redonkulus released this 27 Jul 16:48
· 83 commits to main since this release

The API remains the same but due to the internal structure changes, we wanted to bump the major version to avoid any potential issues.

  • [#54] Rewrite of library to store contexts and configurations in a trie style tree, which scales better than the current method. (@BillDorn)