summaryrefslogtreecommitdiff
blob: afec2c42e202e00581c7cc6d4a2b3b0677ba60a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
  <longdescription lang="en">A collection of high performance c-string transformations, frequently 2x faster than standard implementations (if they exist at all).
    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! (yes, 66x faster) 
  </longdescription>
</pkgmetadata>