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++ wrapper. #50

Closed whitglint closed 10 years ago

whitglint commented 10 years ago

Initial release.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 6834f0eccd749dba6a7871c9cbb7dba7d8e2324b on whitglint:master into c5dce1d23285991bb4c099af6c3db513144407f5 on c9s:master.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling a361e1fe5876da4f9b1880d579131bc7bfeab2f5 on whitglint:master into c5dce1d23285991bb4c099af6c3db513144407f5 on c9s:master.

c9s commented 10 years ago

Great!