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

Feature/cleanup #38

Closed czchen closed 10 years ago

czchen commented 10 years ago

Remove auto generated and cmake files.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling fb88655df0098052d7c6d1b36418c31d4dc858d9 on czchen:feature/cleanup into 62bb4e5460c7a33fc5e8fbcb8d0ce0bdbc26e9ab on c9s:master.

c9s commented 10 years ago

Looks great! thanks!