jermp / autocompleteLinks
Efficient and effective query auto-completion in C++.
☆55Updated 2 years ago
Alternatives and similar repositories for autocomplete
Users that are interested in autocomplete are comparing it to the libraries listed below
Sorting:
- Official repository of the ACM SIGIR 2019 paper: "Fast Approximate Filtering of Search Results Sorted by Attribute" by Franco Maria Nardi…☆14Updated 5 years ago
- 🌳 A compressed rank/select dictionary exploiting approximate linearity and repetitiveness.☆11Updated 3 years ago
- A C++ library providing fast language model queries in compressed space.☆132Updated 2 years ago
- A C++ library implementing fast language models estimation using the 1-Sort algorithm.☆17Updated 2 years ago
- A C++ library to benchmark inverted indexes.☆21Updated 5 years ago
- Experimental search engine in C/C++17 - still in early development.☆27Updated last month
- C++17 implementation of memory-efficient dynamic tries☆58Updated 3 years ago
- A library of inverted index data structures