1
0
Commit Graph

10 Commits

Author SHA1 Message Date
David Allemang
14ea270f62 Use std::priority_queue instead of std::sort 2021-11-01 14:50:42 -04:00
David Allemang
6abc42b54d Cleanup variables and reformat 2021-11-01 14:50:41 -04:00
David Allemang
d8efa09fc2 Simplify RelTables Structure
Some performance hit, but remember that std::vector already does block allocation so it's not too bad.

- Remove block-allocation from RelTables
- Use std::shared_ptr for lst_ptrs
- Replace vector-of-struct-of-vector with vector-of-struct.
- Remove rels from RelTables
2021-11-01 14:49:51 -04:00
JCRaymond
7afa9e0b36 Fix implementation to work with subgroups other than trivial 2020-01-14 00:39:38 -05:00
7cfb0a3803 add missing operator definitions 2020-01-08 22:26:33 -05:00
4fd22f343e minor bugfixes 2020-01-08 22:02:41 -05:00
2ca163c325 add walk to path 2020-01-07 23:47:05 -05:00
c5f87942c9 add path struct 2020-01-07 23:14:48 -05:00
462ebf7c25 add subgroup 2020-01-07 23:06:48 -05:00
1de9b08ffa refactor into cmake project, tweak api 2020-01-07 21:41:31 -05:00