Hacker News
- Reducing cache contention with nontemporal stores https://vgatherps.github.io/2018-09-02-nontemporal/ 2 comments
- Parsing numbers with SIMD 2 - trying NEON https://vgatherps.github.io/2022-12-04-dec-2/ 3 comments rust
- Parsing numbers into base-10 decimals with SIMD https://vgatherps.github.io/2022-11-28-dec/ 13 comments rust
- An experiment with type-erased datastructures https://vgatherps.github.io/2020-04-14-erasure/ 25 comments rust
- Optimizing Cache Usage With Nontemporal Accesses https://vgatherps.github.io/2018-09-02-nontemporal/ 16 comments cpp