c9s / r3

libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency
http://c9s.github.com/r3/bench.html
MIT License
813 stars 83 forks source link

feature: supported to use ipv6 address match route. #131

Closed membphis closed 2 years ago

membphis commented 4 years ago

@c9s do you have time to review this PR again?

membphis commented 3 years ago

can we merge this pr?

c9s commented 2 years ago

Thank you!