hydra
hydra copied to clipboard
A Python Bloomfilter
Hi, I'm running into `legacy-install-failure` on python3.9 Works fine in python3.8: ``` $ virtualenv -p $(which python3.8) venv38 && . venv38/bin/activate (venv38)$ pip install Hydra ``` but in a similar...
After a git checkout, the timestamps are the same, so the file is not rebuilt.
``` gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/shared/src/Hydra/src -I/usr/local/include/python3.10 -c src/_hydra.c -o build/temp.linux-x86_64-3.10/src /_hydra.o -std=gnu99 -O2 -D_LARGEFILE64_SOURCE src/_hydra.c: In function ‘__pyx_pf_6_hydra_8MMapIter_2__next__’: src/_hydra.c:3377:36: warning: comparison of integer...
> b = hydra.WritingBloomFilter(10000, 0.1, filename='/tmp/foo') > b.filename() '' > b.add('asd') > b.add('sdsds') > b.fdatasync() > b.filename() '' > b = hydra.WritingBloomFilter(10000, 0.1) > b.add('asd') > b.add('sdsds') > b.filename() 'e'...
First and foremost, thank you for an awesome tool. I have `hydra` installed using `pip install hydra` in virtualenv for both Python 3.5 and Python 3.6. It works great on...
I use: * python 3.11.6-1 * cython 3.0.7-1