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 extern "C". #44

Closed whitglint closed 10 years ago

whitglint commented 10 years ago

My first time!

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 9417bc76ebea2d50f96ec018104d8ea73900229e on whitglint:master into 7cdfaa0f7f1e3ba007bccc45021294b802d31710 on c9s:master.

c9s commented 10 years ago

Rocks!