Dice Question Streamline Icon: https://streamlinehq.com

Maximum-load bounds for almost-linear integer hashing

Determine whether, for almost-linear integer hash functions of the form h_{a,b}(x) = floor(((a x + b) mod r)/u) mapping N elements into a range of size N, one can guarantee a maximum bucket load strictly better than N^{1/3}.

Information Square Streamline Icon: https://streamlinehq.com

Background

The paper’s reduction for k-SUM relies on hashing schemes over integers. Known bounds for the maximum load of these almost-linear functions (e.g., Dietzfelbinger-style hashing) are insufficiently strong for directly replicating certain linear-hashing properties available in the XOR setting.

The authors note that improving these bounds is a recognized challenge in hashing theory and would simplify or strengthen reductions of the type developed in the paper.

References

for this class of almost-linear hash functions over the integers it is currently an open problem if we can guarantee a maximum load better than $M=N{1/3}$ when mapping $N$ elements into a range of size $N$ .

k-SUM Hardness Implies Treewidth-SETH (2510.08185 - Lampis, 9 Oct 2025) in Section 1.5 (Techniques and Proof Overview), discussion comparing SUM and XOR reductions