1
0
Files
toddcox-faster/include
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
..
2021-11-01 14:49:51 -04:00