Add class ListOfLists
authorBerk Hess <hess@kth.se>
Sun, 8 Dec 2019 22:06:01 +0000 (23:06 +0100)
committerChristian Blau <cblau@gerrit.gromacs.org>
Thu, 12 Dec 2019 21:10:36 +0000 (22:10 +0100)
commitda3a7a4b058bf1ece0e811f88f6aecc4794b3dd4
tree729a805b37641390e3519401604c38ebc7e33ce8
parent78340985c303d979104dd8997dddcccccb2c5d39
Add class ListOfLists

This is a replacement for t_blocka, i.e. a performance optimized
implementation of a list of lists. It only allows appending a list
at the end of the list of lists.

Change-Id: Ib4b7f5f0e57b82c939f53e9805dc16e9d76db22b
src/gromacs/utility/listoflists.h [new file with mode: 0644]
src/gromacs/utility/tests/CMakeLists.txt
src/gromacs/utility/tests/listoflists.cpp [new file with mode: 0644]