opt: use x86_64 string instructions for memory.c/string.c #4
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
new feature
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
mage/Typhon#4
Loading…
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