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

Add C++ example. #57

Closed whitglint closed 10 years ago

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 360646e68070ae6b976e2943f13faab00abe546d on whitglint:master into 594d5361dd2b21948cce37903c3fa7f61aff970d on c9s:master.

coveralls commented 10 years ago

Coverage Status

Coverage increased (+0.04%) when pulling fb65694934a5f7a163ea902a117a13721154b37a on whitglint:master into 594d5361dd2b21948cce37903c3fa7f61aff970d on c9s:master.