Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 502 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 502 Bytes

Hash Joins

This repo can be seen as deprecated - this was one of my early endavours into C++ and should probably not be taken too seriously.

Implementation of modern Hash Join algorithms in C++. The implementation includes:

  • No partitioning join (single threaded)
  • Single pass radix join (single threaded)
  • No partitioning join (multi threaded)
  • Radix join (multi threaded)

Written for the seminar "Implementation Techniques for Main Memory Databases" during the winter term 2018/2019.