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
814 stars 83 forks source link

API Changed for 1.0 release candidate #17

Closed c9s closed 10 years ago

c9s commented 10 years ago

Please check the changelogs:

https://github.com/c9s/r3/blob/master/CHANGES.md

cc: @CindyLinz (perl-r3), @thedrow (py-r3)