https://github.com/denisyaroshevskiy/unsq_eve
Benchmarks for eve library.
https://github.com/denisyaroshevskiy/unsq_eve
algorithms avx2 cpp simd
Last synced: 5 months ago
JSON representation
Benchmarks for eve library.
- Host: GitHub
- URL: https://github.com/denisyaroshevskiy/unsq_eve
- Owner: DenisYaroshevskiy
- Created: 2020-05-17T14:33:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T21:53:47.000Z (10 months ago)
- Last Synced: 2025-01-15T22:43:17.199Z (10 months ago)
- Topics: algorithms, avx2, cpp, simd
- Language: C++
- Homepage:
- Size: 39.4 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benchmarks for [EVE library](https://github.com/jfalcou/eve)
This repo for most part now contains benchmarks for algorithms in [EVE library](https://github.com/jfalcou/eve).
(Plus some things I did not upstream yet/or that I shouldn't really upstream).
The results can be found [here](https://denisyaroshevskiy.github.io/unsq_eve/).
## What happened to the algoithms
Most of the algorithms are upstreamed and are ported across different architectures. They are now in [eve/algo](https://github.com/jfalcou/eve/tree/develop/include/eve/algo).