| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change all imports from Lean to Std to reduce binary size. | Andreas Grois | 2024-11-29 | 1 | -2/+2 |
| | | | | | | Reduces binary size by more than a factor of 10... https://github.com/leanprover/lean4/issues/5274 | ||||
| * | Minor optimization of day 14 part 2. | Andreas Grois | 2024-11-29 | 1 | -5/+9 |
| | | | | | | The previous code kept using the Part2Memory even after a cycle had been found. While this didn't break anything, it's a waste of CPU time. | ||||
| * | Day14 Part 2 | Andreas Grois | 2024-11-29 | 1 | -70/+179 |
| | | |||||
| * | Day 14, Part 1. | Andreas Grois | 2024-11-28 | 1 | -0/+182 |
