João Neves
João Neves
Hello all. https://github.com/RaRe-Technologies/bounter/blob/21aeda1b88402bacb44ce92d05c08b632a1edb21/cbounter/cms_conservative.c#L10 Is it possible to increase this type of make it configurable through Python? Otherwise, the following snippet won't work: ```python from bounter import CountMinSketch cms = CountMinSketch(depth=19,...
This is more a feature request than an issue (sorry if it is not the correct place to report this). #### Description I think it could be very useful to...
Hello. Is there a way to load a Bloom Filter from bytes instead of loading from a file? The advantage is that we do not need to download a file...
Hello. I am experiencing a problem regarding this (very useful, I must say) extension. ```commandline Importmagic: 'ascii' codec can't decode byte 0xc3 in position 12835: ordinal not in range(128) ```...
Hello. I am having the following issue regarding the use of `vars` argument. This does not work: ```python data = dict( parameters= [ dict(name="PKG_TAG_NAME", value="trunk"), dict(name="GIT_COMMIT", value="master"), dict(name="TRIGGERED_JOB", value="trunk-buildall") ],...