memset_benchmark icon indicating copy to clipboard operation
memset_benchmark copied to clipboard

This repository contains high-performance implementations of memset and memcpy in assembly.

Results 3 memset_benchmark issues
Sort by recently updated
recently updated
newest added

Hi, Nice stuff! A few questions: 1. Which version of GLIBC where you using? 2. What CPU where these benchmarks taken on?

https://en.wikichip.org/wiki/x86/clzero It is widely supported since the ZEN architecture

Hello, Presently, this implementation of `huge_memset()` seems to have different performance in different hardware. To ensure the correctness of the provided benchmarks, I ran three (glibc, musl, and this) implementations...