aboutsummaryrefslogtreecommitdiff
path: root/src/accessor.rs
AgeCommit message (Collapse)Author
2025-07-12unroll loop in pass_twoDaniel Schadt
This seems to improve performance by ~10%. Interestingly, unrolling pass_one seems to decrease performance.
2025-06-22fix some lintsDaniel Schadt
2025-04-11use simd instructionsDaniel Schadt
(requires nightly compiler)
2025-04-09rewrite algorithm to work in-placeDaniel Schadt