issues
search
axiak
/
pybloomfiltermmap
Fast Python Bloom Filter using Mmap
http://axiak.github.com/pybloomfiltermmap/
MIT License
741
stars
137
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to count the number of zeros in BF?
#92
AaronRanAn
closed
5 years ago
3
Added parens to print statement
#91
alex0112
closed
5 years ago
1
Add notice to README on repository status
#90
mizvyt
opened
5 years ago
1
possible performance improvement
#89
divfor
opened
5 years ago
0
Apparently read-only BF files aren't allowed.
#88
rsharris
opened
5 years ago
1
What is "[-]calg library: http://c-algorithms.sourceforge.net" trying to tell me?
#87
rsharris
opened
5 years ago
1
tostring() is deprecated. Use tobytes() instead.
#85
VulumeCode
opened
6 years ago
0
Sending serialized bloom filter object over the network and recreating it affects its contents
#84
ealione
closed
5 years ago
1
Read-only BFs and XXHash
#83
klaussfreire
opened
7 years ago
0
Installation error on Kali 2017.2
#82
west-wind
opened
7 years ago
1
Python 3 version of the code
#81
KDra
closed
2 years ago
0
bloom filters with billions of items always returns true
#80
assafmo
opened
7 years ago
2
pybloomfiltermmap install error
#79
antonely93
closed
7 years ago
1
Installation on Mac OSX 0.12.4 (Sierra) fails due to missing LDFLAGS
#78
skoroneos
opened
7 years ago
0
Reset __len__ after bf.clear_all()
#77
jbrockmendel
opened
7 years ago
1
Initilise BloomFilter from file-like object
#76
alexjironkin
opened
8 years ago
0
TypeError: expected bytes, str found
#75
oiwn
opened
8 years ago
0
How do I load a bloomfilter file?
#74
derrandz
closed
8 years ago
13
Tag 0.3.13 and 0.3.14 releases
#73
tensorfields
opened
8 years ago
0
Installation Failed
#72
everping
opened
8 years ago
3
Still Active?
#71
prashnts
closed
8 years ago
11
How to choose an appropriate table_size parameter
#70
freehello
opened
8 years ago
0
Update setup.py
#69
earonesty
opened
8 years ago
0
"test" + "add" in a single call
#68
piskvorky
opened
9 years ago
6
Filter broken for large bit arrays
#67
piskvorky
closed
9 years ago
5
Disable `count_correct`
#66
piskvorky
closed
9 years ago
1
NameError: name 'exit' is not defined
#65
piskvorky
closed
9 years ago
2
Update Makefile to use environment FLAGS
#64
LocutusOfBorg
closed
9 years ago
2
please use build flags
#63
LocutusOfBorg
closed
9 years ago
2
Make it work on PyPy 2.3.1/CentOS 6
#61
dcrosta
closed
9 years ago
1
Tell users how to load back a filter
#60
piskvorky
closed
9 years ago
1
Add read-only mode support
#59
trbs
opened
10 years ago
1
BloomFilter malloc and from_base64()
#58
pinkmuff
opened
10 years ago
0
Make print statements Python3 compatible
#57
scot0357
opened
10 years ago
0
sudo pip install not working on mac
#56
danshiff
opened
10 years ago
2
Bloomfilter file compatibility between 32 and 64 bit architectures
#55
yunzheng
opened
10 years ago
2
Add in Bloomfilter.popcount() to get the number of bits set
#54
seanjensengrey
opened
10 years ago
0
cleaned up the readme a little bit
#53
seanjensengrey
closed
9 years ago
0
fix segfault on error_rate, min 1 hash function, 128 bitvector
#52
seanjensengrey
closed
10 years ago
1
[question] intersection between a python set and a BloomFilter
#51
yvesx
opened
10 years ago
5
Broken macosx intel package
#50
andresriancho
opened
10 years ago
9
install error on pyconfig.h
#49
pansa
closed
10 years ago
1
0.3.12 pypi package is broken
#48
andresriancho
closed
10 years ago
3
Make a little change
#47
DYFeng
opened
10 years ago
3
In-memory BloomFilter does not initialize vector bytes to zero
#46
dbishop
closed
10 years ago
0
Misc bugfixes and increased test coverage.
#45
dbishop
closed
10 years ago
0
Segmentation faults with in-memory BloomFilter
#44
dbishop
closed
10 years ago
0
BloomFilter.copy method broken
#43
dbishop
closed
10 years ago
6
Number of bits set to one
#42
susheel
closed
10 years ago
1
error with large dataset
#41
joe42
closed
10 years ago
2
Next