ssvb / tinymembench

Simple benchmark for memory throughput and latency
MIT License
354 stars 96 forks source link

Consider about memcpy/memmove bench? #3

Closed Shumen closed 8 years ago

ssvb commented 10 years ago

Memcpy from the standard C library is already benchmarked in order to have a baseline for comparison. And memmove is not expected to provide different performance unless something is really wrong in the standard C library.