Wilco Dijkstra f29ac72eff Improve memccpy performance by using memchr/memcpy/mempcpy rather than
a byte loop. Overall performance on bench-memccpy is > 2x faster when
using the C implementation of memchr and an optimized memcpy.
2015-08-05 16:24:03 +01:00
..
2015-02-11 12:50:53 +01:00
2009-03-14 23:57:33 +00:00
2013-02-17 16:34:04 +01:00