<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/libkern/strspn.c, branch release/8.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F8.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F8.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-04-02T18:52:44Z</updated>
<entry>
<title>Replace the current strspn() and strcspn() with significantly faster</title>
<updated>2005-04-02T18:52:44Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2005-04-02T18:52:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f0ceb98f93c40738e4d658707f2d1d5b156a1bb4'/>
<id>urn:sha1:f0ceb98f93c40738e4d658707f2d1d5b156a1bb4</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Add strspn() to libkern.</title>
<updated>2005-02-10T20:39:39Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-02-10T20:39:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=75737f342399196b8a721c4b058e27db58fe9281'/>
<id>urn:sha1:75737f342399196b8a721c4b058e27db58fe9281</id>
<content type='text'>
Ok'ed by:	rwatson
</content>
</entry>
</feed>
