Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 416 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 416 Bytes

alt text flavors

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.

Building

#To build library
make

#To build samples
make sample

Running samples

./bin/basicKeysSample

./bin/basicMasksSample