freebsd-ports/devel/libr3/pkg-descr
John Marino ad5b336135 Add new port devel/libr3
PR:		194212
Submitted by:	Gasol Wu

R3 is an URL router library with high performance implemented in C. It
compiles route paths into a prefix trie.  By using the constructed prefix
trie in the start-up time, you can dispatch routes with efficiency.
2014-11-28 12:02:35 +00:00

5 lines
245 B
Text

R3 is an URL router library with high performance implemented in C. It
compiles route paths into a prefix trie. By using the constructed prefix
trie in the start-up time, you can dispatch routes with efficiency.
WWW: https://github.com/c9s/r3