mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
3794c79bbb
URI::Fast is a faster alternative to URI. It is written in C and provides basic parsing and modification of a URI. URI is an excellent module; it is battle-tested, robust, and handles many edge cases. As a result, it is rather slower than it would otherwise be for more trivial cases, such as inspecting the path or updating a single query parameter. WWW: https://metacpan.org/release/URI-Fast
9 lines
396 B
Plaintext
9 lines
396 B
Plaintext
URI::Fast is a faster alternative to URI. It is written in C and provides basic
|
|
parsing and modification of a URI.
|
|
|
|
URI is an excellent module; it is battle-tested, robust, and handles many edge
|
|
cases. As a result, it is rather slower than it would otherwise be for more
|
|
trivial cases, such as inspecting the path or updating a single query parameter.
|
|
|
|
WWW: https://metacpan.org/release/URI-Fast
|