faruken / cilk-patricia

Patricia Trie implementation in Cilk++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Patricia Trie implementation in Cilk++

License: BSD

Data races can be found with cilkscreen.
Example:
cilkscreen -a ./patricia

You could use different workers to experiment.

Examples:
./patricia -cilk_set_worker_count 1
./patricia -cilk_set_worker_count 2
./patricia -cilk_set_worker_count 4

About

Patricia Trie implementation in Cilk++