Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 639 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 639 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 benchmarks
make benchmarks

#To build samples
make samples

Where to go next?

Getting started

For getting started guide go to samples page.

Benchmarks

More information about how to run benchmarks and some experimental results can be found on this page.