optimise string equality comparison by always looking at the first character before...
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 10 Nov 2013 14:52:48 +0000 (15:52 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 10 Nov 2013 14:52:48 +0000 (15:52 +0100)
commit3e6bb233935defe0953aaed2e690b1b40e34b9ab
treec37cfb1295dd8a8a6d20281a229b487b7bef2f12
parentc0c8f92b8f471be3aa2ee49cca32fab67ba2e2a2
optimise string equality comparison by always looking at the first character before calling into the C-API

--HG--
extra : amend_source : 65f946184bc3b291289c54f6787aba7d2ad43b20
Cython/Utility/StringTools.c