Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goldsteinn/memset-benchmarks
https://github.com/goldsteinn/memset-benchmarks
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/goldsteinn/memset-benchmarks
- Owner: goldsteinn
- Created: 2024-05-20T22:40:51.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-22T05:49:07.000Z (4 months ago)
- Last Synced: 2024-07-22T07:03:21.892Z (4 months ago)
- Language: HTML
- Size: 64.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```