Skip to content
Commit f29ac72e authored by Wilco Dijkstra's avatar Wilco Dijkstra
Browse files

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.
parent f6482cf2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment