summaryrefslogtreecommitdiffstats
path: root/tests/010/hash.tl
Commit message (Collapse)AuthorAgeFilesLines
* diff/isec: reset hash/tree iter instead making new.Kaz Kylheku2021-05-101-0/+6
* lib.c (seq_iter_rewind): Use hash_reset and tree_reset to rewind the existing iterator rather than allocating a new one. * tests/010/hash.tl: New file, covering uni, diff and isec for hash tables. * tests/010/tree.tl: New tests.