mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 03:52:48 -05:00
4347f1f9ec296ade371b0b3f7641c68847e2c146
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.
Description
A new (basic) implementation of the Todd-Coxeter algorithm for Coxeter groups in C++ that beats GAP.
Languages
C++
93.2%
CMake
5.9%
GLSL
0.9%