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

Update package dependency and add instruction in readme #56

Closed Ronmi closed 10 years ago

Ronmi commented 10 years ago
coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling a8cd8044025301561f97883ce5a81556ae38fe2d on Ronmi:debian into 594d5361dd2b21948cce37903c3fa7f61aff970d on c9s:master.

c9s commented 10 years ago

Looks great, Thanks!