diff options
Diffstat (limited to 'oidset.h')
-rw-r--r-- | oidset.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,11 +1,10 @@ #ifndef OIDSET_H #define OIDSET_H -#include "hashmap.h" #include "khash.h" /** - * This API is similar to sha1-array, in that it maintains a set of object ids + * This API is similar to oid-array, in that it maintains a set of object ids * in a memory-efficient way. The major differences are: * * 1. It uses a hash, so we can do online duplicate removal, rather than |