SIMD optimization of iteration
Ouverte
- Langage dominant
- Rust
- Étoiles
- 131
- Forks
- 33
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Would be interesting to look at SIMD for optimizing the BitIter. Unsure if it would be worth it with some extensions like AVX512 due to it generally slowing down the cpu frequency, but SSE2 is probably worth exploring and benchmarking.
Some resources for that:
https://doc.rust-lang.org/stable/std/macro.is_x86_feature_detected.html
https://github.com/AdamNiederer/faster
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.