Skip to content
#

hash-join

Here are 14 public repositories matching this topic...

C++ hash join pipeline for the SIGMOD 2025 Programming Contest. Robin Hood, Hopscotch, Cuckoo and Unchained hash tables over a column store with late materialization, plus parallel build and probing with work stealing. Around 16x faster than the std::unordered_map baseline.

  • Updated Aug 8, 2026
  • C++

LingoDB-CSE is a research prototype for multi-query optimization via common sub-join elimination and hash multi-map reuse across RelAlg/SubOp, with batch SQL compilation and thesis-backed speedups.

  • Updated Feb 18, 2026
  • C++

Improve this page

Add a description, image, and links to the hash-join topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hash-join topic, visit your repo's landing page and select "manage topics."

Learn more