/min_abtree

A minimal implementation of the ABTree from my masters thesis, using DEBRA+ for memory reclamation. ABTree code is mine, the rest is by my supervisor Trevor Brown. More data structures and benchmarking tools are available at the original parent of this repo, SetBench: https://gitlab.com/trbot86/setbench.

Primary LanguageC++

Compilation

Compile with g++ main.cc -lpthread.