mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
R3 is an URL router library with high performance, thus, it's implemented in C. It compiles your route paths into a prefix trie. By using the constructed prefix trie in the start-up time, you can dispatch routes with efficiency. WWW: http://search.cpan.org/dist/Router-R3/ PR: 194230 Submitted by: Gasol Wu <gasol.wu@gmail.com> Reviewed by: marino
7 lines
275 B
Text
7 lines
275 B
Text
R3 is an URL router library with high performance, thus, it's
|
|
implemented in C. It compiles your route paths into a prefix trie.
|
|
|
|
By using the constructed prefix trie in the start-up time, you can
|
|
dispatch routes with efficiency.
|
|
|
|
WWW: http://search.cpan.org/dist/Router-R3/
|