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
8 lines
275 B
Plaintext
8 lines
275 B
Plaintext
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/
|