SSE in libthr

Adrian Chadd adrian at freebsd.org
Fri Mar 27 22:36:41 UTC 2015


hi,

please don't try to microoptimise crap like strlen().

The TL;DR for performant high-throughput code is: if strlen() or
memcpy() is the thing that's costing you the most, you're doing it
wrong.



-adrian


More information about the freebsd-current mailing list