data type that starts off using a set but converts to a bloom filter when large
This adds a dep on hashable, but it's a free dependency, since unordered-containers already pulled it in. Using unordered-containers for the set seems to make sense, since it hashes and bloom filter hashes too. (Though different hashes.) I dunno, never quite know if I should use unordered-containers or containers.
This commit is contained in:
parent
424b1912d6
commit
7e2c4ed216
3 changed files with 92 additions and 3 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -29,6 +29,7 @@ Build-Depends:
|
|||
libghc-aeson-dev,
|
||||
libghc-tagsoup-dev,
|
||||
libghc-unordered-containers-dev,
|
||||
libghc-hashable-dev,
|
||||
libghc-ifelse-dev,
|
||||
libghc-bloomfilter-dev,
|
||||
libghc-edit-distance-dev,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue