Pybloomfiltermmap

Latest version: v0.3.15

Safety actively analyzes 622295 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.6

- Fixed memory leak in SHA512 computation. Thanks pbutler! [BUG]

0.3.2

- Fixed segfault when using non-strings as values. [BUG]

0.3.1

- Fixed casting of size_t for very large bloom filters. [BUG]
- Added option to use standard memory (rather than mmap) to back the bloom filter.
(Specify None or '' as the argument to file name.) [FEATURE]
- Changed hash to use a "superfast" hash rather than md5 since md5 is
unnecessarily slow. [FEATURE]

0.2.0

- Fixed hashing to use md5 hash and change the bit computation to pass
accuracy test. [BUG]

0.1.28

- Added check to ensure that the required permissions are available when
opening a file. [BUG]

0.1.26

- Added __dealloc__ to fix memory/resource leaks. [BUG]
- Added .close() method to forcibly close a bloom filter object. [FEATURE]

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.