Skip to content
forked from wazka/flavors

Library of GPU Trie structures for fast parallel lookup

License

Notifications You must be signed in to change notification settings

mis-wut/flavors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Library of GPU Trie structures for fast parallel lookup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.7%
  • Cuda 16.8%
  • Makefile 1.1%
  • C 0.4%