Mercurial > hg
view contrib/python3-whitelist @ 33926:f4433f2713d0
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.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 23 Apr 2017 12:59:42 +0900 |
parents | c90014d5cdc3 |
children | 492cd4bbca08 |
line wrap: on
line source
test-ancestor.py test-backwards-remove.t test-branch-tag-confict.t test-casecollision.t test-check-commit.t test-check-execute.t test-check-pyflakes.t test-check-pylint.t test-check-shbang.t test-contrib-check-code.t test-contrib-check-commit.t test-diff-issue2761.t test-diff-newlines.t test-diff-reverse.t test-diff-subdir.t test-dirstate-nonnormalset.t test-doctest.py test-duplicateoptions.py test-empty-dir.t test-empty.t test-encoding-func.py test-excessive-merge.t test-hghave.t test-imports-checker.t test-issue1089.t test-issue1993.t test-issue842.t test-locate.t test-lrucachedict.py test-manifest.py test-match.py test-merge-default.t test-merge2.t test-merge5.t test-push-checkheads-pruned-B1.t test-push-checkheads-pruned-B6.t test-push-checkheads-pruned-B7.t test-push-checkheads-superceed-A1.t test-push-checkheads-superceed-A4.t test-push-checkheads-superceed-A5.t test-push-checkheads-superceed-A8.t test-push-checkheads-unpushed-D1.t test-push-checkheads-unpushed-D6.t test-push-checkheads-unpushed-D7.t test-rename.t test-revlog-packentry.t test-run-tests.py test-terse-status.t test-unified-test.t test-update-dest.t test-update-reverse.t test-xdg.t