Commit Graph

11 Commits

Author SHA1 Message Date
David Allemang
c815ea3152 Use free instead of lst_idx=-1 2022-09-14 21:28:58 -04:00
David Allemang
4347f1f9ec Correctly typed cosets/indexes
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.
2022-09-14 21:28:58 -04:00
David Allemang
c346817743 lst_idx and lst_vals. more comments. 2022-09-14 21:28:58 -04:00
David Allemang
fbad368030 row-major rel_tables 2022-09-14 21:28:49 -04:00
David Allemang
d67aab4d43 std::queue facts is faster 2022-09-14 21:28:43 -04:00
David Allemang
5dc9bb3dd6 add comments to tc::solve 2022-09-14 21:28:43 -04:00
David Allemang
34db72ba8e AoS relation tables 2022-09-14 09:41:09 -04:00
David Allemang
c3e3043912 convert Group::solve to tc::solve function 2022-09-13 23:00:05 -04:00
David Allemang
c47c6262c0 Remove Group::name 2022-09-13 21:34:30 -04:00
David Allemang
2d2feb3256 WIP: Make tc::Group header-only
(except for tc::Group::subgroup, since it needs full definition of tc::Group _and_ tc::SubGroup)
2022-02-24 17:49:39 -05:00
David Allemang
63eb9e47b4 WIP: Copy tc logic from toddcox-faster 2022-02-23 18:36:51 -05:00