das 87aa297030 Replace the current strspn() and strcspn() with significantly faster
implementations inspired by the ones in DragonFly.  Unlike the
DragonFly versions, these have a small data cache footprint, and my
tests show that they're never slower than the old code except when the
charset or the span is 0 or 1 characters.  This implementation is
generally faster than DragonFly until either the charset or the span
gets in the ballpark of 32 to 64 characters.
2005-04-02 18:52:44 +00:00
..
2005-02-13 22:25:33 +00:00
2005-02-06 03:23:31 +00:00
2005-01-23 15:28:02 +00:00
2005-02-13 22:25:33 +00:00
2005-03-10 08:25:49 +00:00
2005-02-13 23:45:54 +00:00
2005-01-20 09:17:07 +00:00
2005-03-11 14:17:12 +00:00