Static retrieval with non-power-of-two value domains
Determine whether it is possible to construct a static retrieval data structure for n keys from universe [U] with values drawn from an arbitrary domain [V] (with V ≤ poly(n), not necessarily a power of two) that achieves query time t and total space n log V + floor(n · e^{-O(wt / log V)}) bits, thereby matching the upper bounds established for power-of-two value domains.
References
What is not clear is whether similar upper bounds can be achieved when $V$ is not a power of two. Is it possible to construct an $(n \log V + \lfloor n e{-O(wt / \log V)}\rfloor)$-space solution with query time $t$, in the case where values are taken from an arbitrary domain $[V]$ satisfying $V \le \poly(n)$?
— Static Retrieval Revisited: To Optimality and Beyond
(2510.18237 - Hu et al., 21 Oct 2025) in Section 6 (Open Problems)