Flavors is library of GPU Trie structures for fast parallel lookup. It provides facilities to build Tries with changing bit stride and search them on the GPU.
#To build library
make
#To build benchmarks
make benchmarks
#To build samples
make samples
For getting started guide go to samples page.
More information about how to run benchmarks and some experimental results can be found on this page.