issues
search
prashnts
/
pybloomfiltermmap3
Fast Python Bloom Filter using Mmap
https://github.com/prashnts/pybloomfiltermmap3
MIT License
130
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Compatibality with python3.12+
#58
cavoq
opened
1 month ago
0
loss of key after pickle.loads
#57
maybe-why-not
opened
3 months ago
0
(updated) Make pickleable and allow data_array to be retrieved and set
#56
vmizg
closed
6 months ago
0
library not compatible with Python 3.12
#55
gregorleban
opened
9 months ago
2
Building wheel for pybloomfiltermmap3 (pyproject.toml) did not run successfully
#54
rehan43v3r
closed
5 months ago
1
macos install error on python3.6.8 vs pybloomfiltermmap3>=0.5.6
#53
Daletxt
closed
1 year ago
1
is there a multithreads method for add value?
#52
LzyloveRila
opened
1 year ago
2
Error using to_bases64
#51
relinda2019
closed
1 year ago
1
Build failure with Python 3.11: longintrepr.h: No such file or directory
#50
dfuhry
closed
1 year ago
2
unable to install pybloomfiltermmap3
#49
Shiva1993shad
closed
1 year ago
2
Saving/Loading/Checking in a bloom-filter 'bytes' objects doesn't work
#48
pianist-coder
closed
6 months ago
7
Error with py3.10
#47
Glock21
closed
1 year ago
13
Update maintainer link
#46
vmizg
closed
3 years ago
0
New update??? Not possible create 1billion bloom...
#45
pianistprogram
closed
1 year ago
1
Make pickleable and allow data_array to be retrieved and set
#44
stevesimmons
closed
6 months ago
7
Make in-memory bloomfilters pickle-able
#43
stevesimmons
opened
4 years ago
1
to_base64 returns error
#42
tmuth
closed
4 years ago
1
add special case for bytes()
#41
thebabush
closed
4 years ago
4
Add BitCount and calculate approximate size.
#40
xyb
closed
4 years ago
3
Setup a github action workflow
#39
prashnts
closed
4 years ago
4
Multiple processes on same mmap file
#38
leopd
opened
4 years ago
2
Clarifying units on error_rate.
#37
leopd
closed
4 years ago
1
Doc clarification request: error rate
#36
leopd
closed
4 years ago
0
Create python-publish.yml
#35
prashnts
closed
4 years ago
1
Clean up compiler warnings
#34
mizvyt
closed
4 years ago
0
Update murmurhash3
#33
mizvyt
closed
4 years ago
0
ImportError: Error relocating fmix64: symbol not found
#32
lbeeon
closed
4 years ago
3
Saving/Loading a filter of 'bytes' objects doesn't work
#31
DavidJBianco
closed
3 years ago
6
Reset Bloom filter length after clear_all (fixes #27)
#30
mizvyt
closed
4 years ago
0
Add context manager support
#29
mizvyt
opened
4 years ago
0
__len__(bf) misreports after open(filename)
#28
mizvyt
opened
4 years ago
4
len(bf) not reset after clear_all()
#27
mizvyt
closed
4 years ago
0
Add readthedocs configuration and badges in readme
#26
prashnts
closed
4 years ago
0
Add .filename (str) property, deprecate .name (bytes)
#25
mizvyt
closed
4 years ago
1
Cleanup alignment bytes after initializing BloomFilter
#24
mizvyt
closed
4 years ago
1
Streamline "r", "rw" and "rw+" (create) operations
#23
mizvyt
closed
4 years ago
1
Use Cython only if explicitly specified
#22
mizvyt
closed
4 years ago
3
Add bit_array property to inspect Bloom filter bit data
#21
mizvyt
closed
4 years ago
0
Update docs and add docstrings
#20
mizvyt
closed
4 years ago
0
Can we include bit array as a property of Bloom Filter?
#19
AaronRanAn
closed
4 years ago
2
Use (at)property decorator
#18
mizvyt
closed
4 years ago
1
Add python_requires for >=3.5
#17
mizvyt
closed
4 years ago
0
BloomFilter().name returns encoded string
#16
mizvyt
closed
4 years ago
2
Add xxHash hashing algorithm
#15
mizvyt
opened
5 years ago
6
Specify custom hash_seeds, bump python to >=3.5, <=3.8
#14
mizvyt
closed
5 years ago
1
Support for read-only files
#13
mizvyt
closed
4 years ago
1
Add support for read-only mode (mirrored request)
#12
mizvyt
closed
4 years ago
5
Re-add compilation from C (resolves #8)
#11
mizvyt
closed
5 years ago
7
Fix copy_template method for python3 use
#10
gonzalezzfelipe
closed
5 years ago
4
Add Cython as a dependency
#9
mizvyt
closed
5 years ago
0
Next