aboutsummaryrefslogtreecommitdiffstats
path: root/src/strset.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added string set libraryMax Kellermann2008-09-091-0/+49
"struct strset" is a hashed string set: you can add strings to this library, and it stores them as a set of unique strings. You can get the size of the set, and you can enumerate through all values. This will be used to replace the linear tagTracker library.