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

Slug parser added. Removed few memory leaks #94

Closed karantin2020 closed 8 years ago

karantin2020 commented 8 years ago

As in your issue I added slug parser. When checked r3 lib found some memory leaks. Removed it Added routing example that demonstrates usage of slug parser

karantin2020 commented 8 years ago

Multithread error. Need more checks. Close it now

c9s commented 8 years ago

Thanks! You helped a lot !