summaryrefslogtreecommitdiff
path: root/src/select/bloom.h
Commit message (Collapse)AuthorAgeFilesLines
* Bloom: Init: Switch to memset.Michael Drake2022-03-161-21/+2
| | | | | GCC is a bit better at optimising a memset. For clang it makes no difference.
* Bloom: Style: Align function parameters.Michael Drake2022-03-161-2/+3
|
* Bloom: Docs: Sync comments with reality.Michael Drake2022-03-161-4/+11
|
* Bloom: Docs: Fix comment typo.Michael Drake2022-03-161-1/+1
|
* Selection: Optimise bloom filter merging.Michael Drake2022-03-131-2/+3
|
* Access lwc caseless hash through supported API.Michael Drake2016-10-151-2/+2
|
* No need for extern "C" stuff now that bloom.h is internal.Michael Drake2014-09-261-9/+0
|
* Various changes which modify API and ABI:Michael Drake2013-12-131-0/+205
- Remove client allocation function. - Change node_classes callback not to yield array ownership to libcss. - Node bloom filters now built by, during selection libcss. - Added selection callbacks to get and set data on document nodes. Test suite, example, and documentation updated to match.