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 ubuntu PPA link #61

Closed czchen closed 10 years ago

czchen commented 10 years ago

Setup PPA for ubuntu.

czchen commented 10 years ago

Just setup a PPA for r3 so that ubuntu users do not need to build it.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling cc253e069a722f9b6742f7f7d787dcabd100eb3f on czchen:feature/ppa into 7754043252fdefd18a74e4a8db22b8342f8b015b on c9s:master.

c9s commented 10 years ago

Thanks!