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

Use Requires for libpcre in r3.pc #65

Closed czchen closed 10 years ago

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling b3482c7792adb3aa3f393d2ff74987dd4ab2ff3d on czchen:feature/pcre into 270fd1dd7b5ecd6a3c8cf2b1ce3574a07bf8d070 on c9s:master.

c9s commented 10 years ago

Thanks!