Adam Derewecki
Adam Derewecki
4145014793db7f132a6b636889c26bd509639737 implements a standardized way to generate performance-minded test data. A little more work needs to be done to figure out the metrics we're interested in, but this is a...
I wasn't, I've got some segfaults I was looking into fixing. You might want to talk to [email protected], he had some ideas on using bit arrays to condense the membership...
Bloom filters eh? Yea, you'll fit in pretty well at Causes :) Bloom filters are one of my favorite data structures, but I always find it hard to justify using...
The current bottleneck in my https://github.com/causes/suggestomatic/commits/help_small_sets branch is that it chokes on large set_a's (on the the order of 1.4m and higher). I think that if set_a hits a threshold...
Generating a large test set with similar distributions is also hard :)
Question about where this PR has rspec being set up. Thanks for contributing!