summaryrefslogtreecommitdiff
path: root/Objects/stringlib/fastsearch.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it onSerhiy Storchaka2015-11-141-63/+87
* Issue #23573: Increased performance of string search operations (str.find,Serhiy Storchaka2015-03-241-2/+2
* Close #13126: "Simplify" FASTSEARCH() code to help the compiler to emit moreVictor Stinner2013-04-081-3/+5
* Check for NULL before the pointer aligning in fastsearch_memchr_1char.Serhiy Storchaka2013-01-151-15/+10
* Issue #15144: Fix possible integer overflow when handling pointers as integer...Antoine Pitrou2012-09-201-2/+1
* Close #15534: Fix a typo in the fast search function of the string library (_...Victor Stinner2012-08-021-5/+5
* Fix typoAntoine Pitrou2011-10-171-1/+1
* Add a comment explaining this heuristic.Antoine Pitrou2011-10-131-0/+3
* Simplify heuristic for when to use memchrAntoine Pitrou2011-10-131-11/+1
* Fix fastsearch for UCS2 and UCS4Victor Stinner2011-10-111-2/+8
* Issue #13134: optimize finding single-character strings using memchrAntoine Pitrou2011-10-111-0/+73
* Implement PEP 393.Martin v. Löwis2011-09-281-3/+1
* Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an a...Florent Xicluna2010-08-081-2/+2
* Merged revisions 77469-77470 via svnmerge fromAntoine Pitrou2010-01-131-11/+23
* Merged revisions 77461 via svnmerge fromAntoine Pitrou2010-01-131-19/+21
* Merged revisions 77241 via svnmerge fromAntoine Pitrou2010-01-021-35/+77
* Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge fromBenjamin Peterson2009-01-231-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+104