AllianceDB  0.0.1
AllianceDB is an open-source suite, including benchmarks and libs for evaluating and improving stream operation algorithms on modern hardwares.
The specific join algorithms
Collaboration diagram for The specific join algorithms:

Modules

 Common Abstraction and Interface
 
 The simplest nested loop join
 
 The no partition hash join (NPJ)
 

Detailed Description

State-of-art joins algorithms. We use a register to table called JoinAlgoTable to manage and access different algos in an unified way, and user-defined new algos should also be registered in that table.