Tag

in-memory search

0 views collected around this technical thread.

DataFunTalk
DataFunTalk
Nov 8, 2020 · Backend Development

Design and Optimization of an In-Memory Search Engine

This article shares the author's exploration of in‑memory search engine design, covering system understanding, core architecture, thread and task models, intersection algorithms, lookup optimizations, and componentization, aiming to fill the scarce documentation on memory‑based retrieval engines.

IndexingThread modelin-memory search
0 likes · 48 min read
Design and Optimization of an In-Memory Search Engine