advent-of-code/2021/day8/day8_rs
Xiretza 92aba2db95 2021 day8/rust: use ArrayVec
This avoids an allocation and, more importantly, turns `digits` into a
fixed size array, allowing the final calculations to be unrolled
completely.
2021-12-09 21:28:01 +01:00
..
benches 2021 day8/rust: add benchmarks 2021-12-09 21:28:01 +01:00
inputs 2021 day8/rust: add benchmarks 2021-12-09 21:28:01 +01:00
src 2021 day8/rust: use ArrayVec 2021-12-09 21:28:01 +01:00
Cargo.toml 2021 day8/rust: use ArrayVec 2021-12-09 21:28:01 +01:00