Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 554 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 554 Bytes

leapfrog-triejoin

High-performance (C++) implementation of the leapfrog-triejoin algorithm by Todd Veldhuizen (http://arxiv.org/abs/1210.0481)

The leapfrog-triejoin algorihm is a worst-case optimal conjunctive join algorithm, that has since then found widespread usage in industry.

This code was written as central part of the "Database Systems and Implementation" final course exam part of the MSc Computer Science degree at the University of Oxford, UK. It received a First.

Copyright 2012 by Christian Schroeder de Witt, University of Oxford, UK