freebsd-ports/devel/stringencoders/pkg-descr
Vanilla I. Shu 5e1d8860f2 Add stringencoders 3.3.0, collection of high performance c-string
transformations.

PR:		ports/113664
Submitted by:	Steven Kreuzer <skreuzer at exit2shell.com>
2007-06-16 12:51:29 +00:00

14 lines
475 B
Text

A collection of high performance c-string transformations, frequently 2x faster
than standard implementations.
including
* base64, standard
* base64, web/url safe, with configurable alphabet
* base85 (good for http cookies)
* base16 (hex)
* base2 (ascii binary)
* url escaping
* javascript string escaping
* fast number to string conversion, 4-22x faster than sprintf!
* fast ascii upper/lower case conversion, 2-66x faster than stdlib!