mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2026-03-10 10:54:01 -04:00
Coset type is now `unsigned int`. Half the size as before; speeds up malloc. Index type is now `size_t` for correctness. More expressive and ___might___ speed up array lookup?? Difference seems negligible since we aren't allocating tons and tons of those.