blob: ccae82c715e7412a1627834decf17e02edbdb624 (
plain)
1
2
3
4
5
6
7
|
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: https://metacpan.org/release/Router-R3
|