summaryrefslogtreecommitdiffstats
path: root/libraries/libr3/README
blob: 75aade7d0eb2bb53cea92b9d412869e482df1d43 (plain)
R3 is an URL router library with high performance, thus, it's
implemented in C. It compiles your R3Route paths into a prefix
trie.

By using the prefix tree constructed in the start-up time, you
can dispatch the path to the controller with high efficiency.

Optional dependencies:
 - Grapviz: rendering Routes With Graphviz
   GRAPHVIZ=yes ./libr3.SlackBuild