Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goldsteinn/memset-benchmarks


https://github.com/goldsteinn/memset-benchmarks

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# To Run

```
$> gcc -O3 -march=native memset-benchmark.c -o memset-benchmark -lpthread
$> python3 memset-all.py memset-benchmark

```