Following options might or might not be effective: - [ ] Hand-microtune with Godbolt or another compiler explorer. - [ ] PGO with good input. - [ ] [BOLT](https://github.com/llvm/llvm-project/tree/main/bolt?rgh-link-date=2025-01-14T08%3A32%3A36Z) - [ ] Benchmark with and without hugepage enabled. - [ ] Win [csv-game](https://bitbucket.org/ewanhiggs/csv-game). - [ ] Faster dequoting (possibly using SIMD?)
Following options might or might not be effective: