Closed HH-LFY closed 3 years ago
the bitset is type BitSet struct { length uint set []uint64 } now. cause the bloomFilter used more memory
type BitSet struct { length uint set []uint64 }
cause the bloomFilter used more memory
Please consider providing a pull request, together with both performance and memory usage benchmarks.
the bitset is
type BitSet struct { length uint set []uint64 }
now. cause the bloomFilter used more memory