-
_This is a question about a) whether this is a good idea in general and b) whether you'd be interested in a PR with draft code._
**"Why should I care about this issue?"**
If we had a way to use CMS …
-
Brent,
I really like your rewrite on FACS:
https://github.com/scilifelab/facs
You managed to cut through the cruft of our implementation with cython, well done!
Did you run some benchmarks you can…
-
Hi Matthias,
there is an error, when I use CBF in the test program in #7,btw,the previous test program using basic bf still works well now, and other bfs except CBF and spectral bf all can be used.
I …
xuzhw updated
10 years ago
-
Running ./build/test/unit:
```
Running 11 test cases...
/Users/Soumya/College/ICSI/libbf/test/unit.cc:142: error in "basic_bloom_filter_counting": check b.count("corge") == 4 failed [3 != 4]
/Users/S…
-
_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=157) created by **ben.maurer** on 2009-05-02 at 08:54 PM_
---
If you want to implement your own multiset, doing so requir…
-
I'm planning to image the transit of HAT - P- 32 tonight with an SBIG SFT8300C (2x2 binning) camera on a C8 scope (with reducer to give me an F6.3 / 1230mm image). It's fairly bright (mag 11). I'm w…
-
This on REDACTED from last night 2048 MPI tasks: (from stderr)
Stack walkback for Rank 1992 starting:
_start@start.S:113
__libc_start_main@0x2aaab0d74c35
main@ray_main.cpp:32
RankProcess::r…
-
Right now there is much confusion and inconsistency about the naming of functions that deal with elements in types that wrap one or more of them. We need to find a consistent way to deal with that.
F…
-
I just got an `pybloomd.BloomdError: Got response: Internal Error` (from `filters[fname] = client.create_filter(fname)` see code below).
I have 6 python bloomd clients that send a lot of requests to …
-
While testing your counting bloom filter implementation, I got an ugly segfault (the scaling bloom filter works fine btw).
This is the snippet which segfaults for me:
https://gist.github.com/3444985…