• Max Kellermann's avatar
    added string set library · 2b8040b4
    Max Kellermann authored
    "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.
    2b8040b4
Name
Last commit
Last update
bs Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
build.mk Loading commit data...
configure.ac Loading commit data...