Wilco Dijkstra c435989f52 Optimize the strlen implementation by using a page cross check and a fast check
for nul bytes which reverts to separate loop when a non-ASCII char is encountered.
Speedup on test-strlen is ~10%, long ASCII strings are processed ~60% faster,
and on random tests it is ~80% better.
2015-07-13 12:38:12 +01:00
..
2015-05-19 09:43:54 -07:00
2015-02-08 18:46:00 +01:00
2015-07-09 15:25:47 -07:00
2015-07-01 17:24:37 +00:00
2015-07-07 16:11:14 +02:00
2015-07-10 16:16:37 -04:00