Commit Graph

7 Commits

Author SHA1 Message Date
40a9cb63ff Reimplement test macro as a generic function. 2020-12-25 09:31:44 +01:00
308fbc503f Fix misc clippy warnings
Why does it want me to use bytecount? It's not even faster
2020-12-16 20:05:08 +01:00
bd8d525d13 Even more bitsets 2020-12-16 19:43:41 +01:00
b934a268fe Use bitsets for tracking what fits. 2020-12-16 19:13:53 +01:00
54d61e11f1 Optimizations for day 16.
Don't use checks that are idempotent more than once, and reduce hashmap
use.
2020-12-16 19:04:52 +01:00
796d854838 Implementation day 16.
This was a pain.
2020-12-16 09:53:43 +01:00
190a7e7423 Prepare remaining days. 2020-12-10 21:10:14 +01:00