mirror of
https://github.com/bertptrs/adventofcode.git
synced 2026-03-26 16:30:35 +01:00
Going from 2d to 1d arrays improves cache locality and vectorization, resulting in a roughly 40% speedup for part 2.
Going from 2d to 1d arrays improves cache locality and vectorization, resulting in a roughly 40% speedup for part 2.