libr3-0

High-performance url router library
  https://github.com/c9s/r3
  0
  no reviews



R3 is an url router library with high performance, thus, it's implemented in c. it compiles your route paths into a prefix trie. by using the constructed prefix trie in the start-up time, you can dispatch routes with efficiency.