aboutsummaryrefslogtreecommitdiffstats
path: root/lib/iterator/iterator_test.go
Commit message (Collapse)AuthorAgeFilesLines
* iterator: implement iterators over uid/thread dataKoni Marti2022-10-271-0/+95
Implement an iterator framework for uid and thread data. Iterators ensure that the underlying data is accessed in the right order and provide an abstraction of the index handling. Iterators should be used when the order of the uids/threads is important. Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc>