You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Almost 3 years ago, i have created radix3 based on ctdio/radix-router - a fast trie based router.
Over the time and with more reactors, radix3's implementation is not actually a radix trie exactly but a combination of a trie and O(1) Object maps.
Considering major rewrite changes (#107), it makes more sense that we publish the library as a completely new name.
The same repo is renamed because the issues are still trackable and i want to keep contribution credits as part of rename. Old radix3 will be maintained in radix3 branch only for critical hot fixes and we encourage everyone to migrate to newer rou3
Almost 3 years ago, i have created radix3 based on ctdio/radix-router - a fast trie based router.
Over the time and with more reactors, radix3's implementation is not actually a radix trie exactly but a combination of a trie and O(1) Object maps.
Considering major rewrite changes (#107), it makes more sense that we publish the library as a completely new name.
The same repo is renamed because the issues are still trackable and i want to keep contribution credits as part of rename. Old
radix3
will be maintained inradix3
branch only for critical hot fixes and we encourage everyone to migrate to newerrou3
Benchmarks: https://github.com/unjs/rou3/tree/main/benchmark#results
Major changes:
The text was updated successfully, but these errors were encountered: