jermp / autocompleteLinks
Efficient and effective query auto-completion in C++.
☆57Updated 2 years ago
Alternatives and similar repositories for autocomplete
Users that are interested in autocomplete are comparing it to the libraries listed below
Sorting:
- A C++ library implementing fast language models estimation using the 1-Sort algorithm.☆17Updated 2 years ago
- A C++ library providing fast language model queries in compressed space.☆132Updated 2 years ago
- 🌳 A compressed rank/select dictionary exploiting approximate linearity and repetitiveness.☆15Updated 3 years ago
- Fast compressed trie dictionary library☆71Updated last year
- C++17 implementation of memory-efficient dynamic tries☆58Updated 3 years ago
- Example project presented at the Succinct Data Structure Tutorial at SIGIR 2016☆27Updated 7 years ago
- Real time vector search engine☆139Updated 2 years ago
- Official source code repository for QueryBlazer: Efficient Query Autocompletion Framework☆20Updated 7 months ago
- Fast C++ implementation of https://github.com/yahoo/lopq: Locally Optimized Product Quantization (LOPQ) model and searcher for approximat…☆35Updated 5 years ago
- A library of inverted index data structures☆151Updated 3 years ago
- Experimental search engine in C/C++17 - still in early development.☆27Updated 5 months ago
- Parameterless and Universal FInding of Nearest Neighbors☆59Updated 10 months ago
- Efficient Prefix-Sum data structures in C++.☆26Updated 2 years ago
- Official repository of the ACM SIGIR 2019 paper: "Fast Approximate Filtering of Search Results Sorted by Attribute" by Franco Maria Nardi…☆14Updated 6 years ago
- A flexible variational inference LDA library.☆23Updated 6 years ago
- A C++ library to benchmark inverted indexes.☆21Updated 5 years ago
- C++ Library implementing Compressed String Dictionaries☆46Updated 3 years ago
- Faster Learned Sparse Retrieval with Block-Max Pruning. ACM SIGIR 2024.☆35Updated 3 weeks ago
- My most frequently used learning-to-rank algorithms ported to rust for efficiency. Try it: "pip install fastrank".☆52Updated 11 months ago
- similarity join and search algorithms for edit distance and jaccard☆19Updated 8 years ago
- A single file C++17 header-only Minimal Acyclic Subsequential Transducers, or Finite State Transducers☆57Updated 3 years ago
- A fast high dimensional near neighbor search algorithm based on group testing and locality sensitive hashing☆23Updated 2 years ago
- 🔶 Compressed bitvector/container supporting efficient random access and rank queries☆46Updated last year
- Code for ECCV2018 paper: Revisiting the Inverted Indices for Billion-Scale Approximate Nearest Neighbors☆220Updated 5 years ago
- Implementation of "Efficient Multi-vector Dense Retrieval with Bit Vectors", ECIR 2024☆68Updated 3 months ago
- Official repository of "Efficient and Effective Query Expansion for Web Search", Short Paper @ CIKM 2018☆15Updated 6 years ago
- Simhashing in C++☆136Updated 2 years ago
- Official repository of Quickscorer: a fast algorithm to rank documents with additive ensembles of regression trees.☆18Updated 9 years ago
- Fast and memory-efficient ANN with a subset-search functionality☆153Updated 7 months ago
- Parallel Suffix Array, LCP Array, and Suffix Tree Construction☆51Updated 6 years ago