▲ | marginalia_nu 4 days ago | |
Another very nice algorithm in the space is this one[1] for intersecting postings lists in sublinear time generally with very good cache characteristics to boot. Works with tree-based indexes as well as skip lists (though a more modern design might also use simple bloom filters to go with the skip pointers). [1] https://nlp.stanford.edu/IR-book/html/htmledition/faster-pos... |