commit | c3cec7868bf1019c0987f1e9aadb56d73fa93d61 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Oct 05 21:24:08 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Oct 05 21:24:08 2011 +0200 |
tree | 93e0ee3984bff06fd50e8643fc5de11402b81671 | |
parent | 14f8f02826bc270b2a0dab2ff2efc8ce88fd9dc0 [diff] |
Add asciilib: similar to ucs1, ucs2 and ucs4 library, but specialized to ASCII ucs1, ucs2 and ucs4 libraries have to scan created substring to find the maximum character, whereas it is not need to ASCII strings. Because ASCII strings are common, it is useful to optimize ASCII.