opt: use x86_64 string instructions for memory.c/string.c #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Both of these are currently considered architecture-independent (and their impls should probably remain for that sake), so think about the needed architecture/changes to the build system
Right now there's a probably portable implementation of everything other than memcmp, which are much faster. Need further benchmarking to see if string ops can even help
dead project, can't even figure out memcpy