Skip to content

Version 1.4

Latest
Compare
Choose a tag to compare
@JREastonMarks JREastonMarks released this 16 Mar 15:13
· 3 commits to master since this release

This release adds several different types of joins, and applicable tests. These include Inner, Left Outer, Right Outer, and Full Outer joins implemented both in a naive loop manner, and using an equi join hybrid hash. A scale test has been included to test the hybrid hash joins at size 10x10, 100x100, 1,000x1,000, 1,000,000x1,000,000.