aboutsummaryrefslogtreecommitdiffstats
path: root/components/selectors/bloom.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Shutdown Servo's thread-pool in leak-checking builds, leak the atom ta...Emilio Cobos Álvarez2019-09-121-4/+2
* Remove unused code from a bunch of cratesest312019-06-031-5/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* format components/selectorsAnshul Malik2018-09-121-3/+6
* style: Remove use of `fnv` in bloom.rs.Nicholas Nethercote2018-08-181-41/+24
* style: Convert FnvHash{Set,Map} instances to FxHash{Set,Map}.Nicholas Nethercote2018-08-081-0/+3
* style: Allow 16% false positives in test bloom::create_and_insert_some_stuff.Xidorn Quan2018-05-051-1/+1
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-26/+42
* Rename the 'unstable' feature of the selectors crate to 'bench'Simon Sapin2017-10-121-1/+1
* selectors: Add a simple Debug impl for CountingBloomFilter.Cameron McCormack2017-08-091-0/+13
* selectors: Add a non-counting Bloom filter type.Cameron McCormack2017-08-091-2/+65
* selectors: Genericize BloomFilter so we can easily define a non-counting vers...Cameron McCormack2017-08-091-69/+102
* Correct bloom hash bitpacking documentationMatt Wismer2017-06-221-1/+1
* Be smarter when clearing the bloom filter.Bobby Holley2017-06-211-0/+12
* Improve bloom microbenchmarks.Bobby Holley2017-06-211-55/+45
* Make selectors benchmark tests work again.Bobby Holley2017-06-211-3/+3
* Shift by KEY_SIZE instead of something larger.Bobby Holley2017-06-121-2/+5
* selectors: Unbust tests, and add a way to override the hash for the bloom fil...Emilio Cobos Álvarez2017-04-081-5/+3
* Move rust-selectors in-tree.Bobby Holley2017-02-071-0/+312