mirror of
https://github.com/bertptrs/adventofcode.git
synced 2026-05-11 15:20:35 +02: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.