slackbuilds_ponce/libraries/libr3
Andre Barboza e5cad558f1 libraries/libr3: Added (high-performance path dispatching library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-04-06 21:03:15 +07:00
..
libr3.info
libr3.SlackBuild
README
slack-desc

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