sapling/mercurial/pure
Yuya Nishihara a22ffac20b encoding: add function to test if a str consists of ASCII characters
Most strings are ASCII. Let's optimize for it.

Using uint64_t is slightly faster than uint32_t on 64bit system, but there
isn't huge difference.
2017-04-23 12:59:42 +09:00
..
__init__.py pure: quiesce build warnings 2012-04-16 08:50:40 -07:00
base85.py base85: use absolute_import 2015-12-12 13:33:47 -05:00
bdiff.py cffi: split modules from pure 2017-05-02 21:15:31 +09:00
charencode.py encoding: add function to test if a str consists of ASCII characters 2017-04-23 12:59:42 +09:00
diffhelpers.py diffhelpers: use absolute_import 2015-12-12 13:35:41 -05:00
mpatch.py cffi: split modules from pure 2017-05-02 21:15:31 +09:00
osutil.py cffi: split modules from pure 2017-05-02 21:15:31 +09:00
parsers.py parsers: switch to policy importer 2016-08-13 12:23:56 +09:00