logo

Implemented Projects

This page is a work in progress. The goal is to provide information about lab projects, links to code repositories, and links to code artifacts that accompany lab publications. Additional projects, code and resources can be found on Trevor's personal website.

SetBench: powerful tools for data structure experiments in C++ (active development)

A powerful test harness for performing experiments on C++ data structures that implement a set (search, insert, delete and optionally range queries). The emphasis is on eliminating any performance bottlenecks in the test harness (so trustworthy results can be generated), and providing features that make it easy to dig deeply into the performance behaviour of algorithms to understand why they behave the way they do.

Visit the wiki to learn more.