forked from mirror/toddcox-faster
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