cubing / twsearch

🔍 Twizzle Search — a program to find algs and scrambles for twisty puzzles
GNU General Public License v3.0
24 stars 8 forks source link

Implement full `orientation_mod` in `cpp_port` #23

Closed lgarron closed 10 months ago

lgarron commented 10 months ago

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.