summaryrefslogtreecommitdiffstats
path: root/libraries/libr3/README
blob: ddecf3215ac7fafc29de7e554e767608bd8abdc8 (plain)
1
2
3
4
5
6
7
8
9
10
R3 is an URL router library with high performance, thus, it's
implemented in C. It compiles your R3Route paths into a prefix
tree.

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

Optional dependencies:
 - graphviz (rendering Routes With Graphviz)
   GRAPHVIZ=yes ./libr3.SlackBuild