aboutsummaryrefslogtreecommitdiff
path: root/devel/libr3/pkg-descr
blob: 55088660d8575715880b3596b2f91baa910c3b73 (plain) (blame)
1
2
3
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.