Skip to content

Add optimized version of memchr

Jeremy Soller requested to merge matijaskala:patch-1 into master

Created by: matijaskala

This is what musl does - read 8 bytes at a time until a match is found

Merge request reports