Thoughts on "Static Retrival Revisited"
curiouscoding.nl·21h
Flag this post

November 2025 3-minute read

These are some summarizing notes and thoughts on “Static Retrieval Revisited: To Optimality and beyond” (Hu et al. 2025)

1 Problem definitions Link to heading

Static Retrieval. Given (n) keys (X\subseteq U) and (n) $v$-bit values (f(X) \in [2^v]), encode (f: X\to [2^v]). The goal is use a minimal number of bits on top of the trivial (nv) lower bound, while allowing efficient queries.

A static dictionary is similar, but also encodes the set (X) itself: (f: U \to {\bot} \cup [2^v]) (Hu et al. 2024). Note that (unlike I initially assumed), a static dictionary does not have to support updates to values.

2…

Similar Posts

Loading similar posts...