Commit Graph

3 Commits

Author SHA1 Message Date
859034b09d Improve performance day 15
Using 32 bit integers is significantly faster due to better memory
locality, although it requires a bit of casting to move between indices
and values as needed.
2020-12-15 09:10:33 +01:00
3ab0f9711d Implementation day 15 2020-12-15 09:06:17 +01:00
190a7e7423 Prepare remaining days. 2020-12-10 21:10:14 +01:00