This repository contains high-performance implementations of memset and memcpy in assembly.
Stars
342
Forks
18
Watchers
342
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
110
commits
Get rid of the second exit block, as suggested by Ilya Albrecht.
b8e4a70View on GitHub[doc] Add the firefox trace, and rewrite a few sentences.
a1b53beView on GitHub[doc] Update the graph with the reduced code of the nop function.
11f5e8aView on GitHub[bench] Add the nop function to measure the benchmark overhead.
7899f20View on GitHub[memcpy] small speedups to the memcpy w/ alignment and TH selection.
b5b3bdaView on GitHub[memcpy] Space the reads and writes for the 32-64 section.
2008866View on GitHub