Succinct and Fast Tiny Pointer Hash Tables

matt_d1 pts0 comments

[2607.28892] Succinct and Fast Tiny Pointer Hash Tables

Skip to main content

Search arXiv

Press Enter to search · Advanced search

-->

Computer Science > Data Structures and Algorithms

arXiv:2607.28892 (cs)

[Submitted on 30 Jul 2026]

Title:Succinct and Fast Tiny Pointer Hash Tables

Authors:Xilin Tang (Cornell University), Yuqi Mai (Cornell University), William Kuszmaul (Carnegie Mellon University), Alex Conway (Cornell Tech)<br>View a PDF of the paper titled Succinct and Fast Tiny Pointer Hash Tables, by Xilin Tang (Cornell University) and 3 other authors

View PDF<br>HTML (experimental)

Abstract:Hash tables sit on the critical path of many systems, yet modern designs still force a trade-off between fast operations and high memory overhead. We revisit this trade-off and present Tiny Pointer Hash Tables (TPHT), a family of practical hash tables that make two ideas from theory work at system scale: compressing pointers down to a byte, and encoding keys compactly so less metadata is needed. We engineer these ideas into two complementary designs. Chained-TPHT targets maximal space savings, and is to the best of our knowledge the first simple and practical succinct hash table design, achieving a footprint less than the total data size with constant-time operations. Flattened-TPHT targets latency, organizing data to keep the common case within a single cache miss while retaining strong space efficiency. Both variants support dynamic resizing without global pauses and integrate cleanly with 64-bit keys and values. Across YCSB and microbenchmarks, TPHT advances the latency-space Pareto frontier: Chained-TPHT reaches 105.4% space efficiency, and Flattened-TPHT achieves 83.4% space efficiency with up to 89.3% higher throughput than strong baselines. Together, these results show that techniques primarily known in theory can be turned into production-ready hash tables that meaningfully reduce memory use while delivering state-of-the-art performance.

Comments:<br>Comments: 16 pages, 13 figures. Author-prepared arXiv version of the PVLDB paper. Source code and experimental artifacts: this https URL . Standalone implementation for direct use: this https URL

Subjects:

Data Structures and Algorithms (cs.DS)

Cite as:<br>arXiv:2607.28892 [cs.DS]

(or<br>arXiv:2607.28892v1 [cs.DS] for this version)

https://doi.org/10.48550/arXiv.2607.28892

Focus to learn more

arXiv-issued DOI via DataCite

Journal reference:<br>Proc. VLDB Endow. 19(9) (2026) 2168-2182

Related DOI:

https://doi.org/10.14778/3819518.3819542

Focus to learn more

DOI(s) linking to related resources

Submission history<br>From: Xilin Tang [view email]<br>[v1]<br>Thu, 30 Jul 2026 23:19:05 UTC (4,478 KB)

Full-text links:<br>Access Paper:

View a PDF of the paper titled Succinct and Fast Tiny Pointer Hash Tables, by Xilin Tang (Cornell University) and 3 other authors<br>View PDF<br>HTML (experimental)<br>TeX Source

view license

Current browse context:

cs.DS

next >

new<br>recent<br>| 2026-07

Change to browse by:

cs

References & Citations

NASA ADS<br>Google Scholar

Semantic Scholar

export BibTeX citation<br>Loading...

BibTeX formatted citation

&times;

loading...

Data provided by:

Bookmark

Bibliographic Tools

Bibliographic and Citation Tools

Bibliographic Explorer Toggle

Bibliographic Explorer (What is the Explorer?)

Connected Papers Toggle

Connected Papers (What is Connected Papers?)

Litmaps Toggle

Litmaps (What is Litmaps?)

scite.ai Toggle

scite Smart Citations (What are Smart Citations?)

Code, Data, Media

Code, Data and Media Associated with this Article

alphaXiv Toggle

alphaXiv (What is alphaXiv?)

Links to Code Toggle

CatalyzeX Code Finder for Papers (What is CatalyzeX?)

DagsHub Toggle

DagsHub (What is DagsHub?)

GotitPub Toggle

Gotit.pub (What is GotitPub?)

Huggingface Toggle

Hugging Face (What is Huggingface?)

ScienceCast Toggle

ScienceCast (What is ScienceCast?)

Demos

Demos

Replicate Toggle

Replicate (What is Replicate?)

Spaces Toggle

Hugging Face Spaces (What is Spaces?)

Spaces Toggle

TXYZ.AI (What is TXYZ.AI?)

Related Papers

Recommenders and Search Tools

Link to Influence Flower

Influence Flower (What are Influence Flowers?)

Core recommender toggle

CORE Recommender (What is CORE?)

Author

Venue

Institution

Topic

About arXivLabs

arXivLabs: experimental projects with community collaborators

arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.

Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.

Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs .

Which authors of this paper are endorsers? |<br>Disable MathJax (What is MathJax?)

Major funding support from

toggle hash arxiv tables data succinct

Related Articles