Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-12 | unroll loop in pass_two | Daniel Schadt | |
This seems to improve performance by ~10%. Interestingly, unrolling pass_one seems to decrease performance. | |||
2025-06-22 | fix some lints | Daniel Schadt | |
2025-04-11 | use simd instructions | Daniel Schadt | |
(requires nightly compiler) | |||
2025-04-09 | rewrite algorithm to work in-place | Daniel Schadt | |