diff options
Diffstat (limited to 'libraries/libr3/README')
-rw-r--r-- | libraries/libr3/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/libr3/README b/libraries/libr3/README new file mode 100644 index 0000000000..75aade7d0e --- /dev/null +++ b/libraries/libr3/README @@ -0,0 +1,10 @@ +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 |