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

errno support #43

Closed c9s closed 10 years ago

c9s commented 10 years ago

based on #42 issue , cc @CindyLinz

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-0.46%) when pulling 2df5c11d0911e1de2913b36251c53f9e7cb7726d on errno into 642fdfca885ee2e3beef3e2e4b00cef9118eafdf on master.