This may affect performance, and certainly increases state representation size by 50% in the general case (although u8 may be sufficient to handle most puzzles). I'll probably do it behind a feature flag, but I be able to switch the runtime implementation to include or exclude it.
This may affect performance, and certainly increases state representation size by 50% in the general case (although
u8
may be sufficient to handle most puzzles). I'll probably do it behind a feature flag, but I be able to switch the runtime implementation to include or exclude it.