vigna / sux

Succinct data structures in C/C++
Other
82 stars 17 forks source link

Making RecSplit MPHF thread safe #5

Closed itomomoti closed 4 years ago

itomomoti commented 4 years ago

I want to call operator() of RecSplit from multiple threads, but I think the function is not currently thread safe as it modifies some internal data structure (e.g., descriptors). Is it possible to make it thread safe?

vigna commented 4 years ago

Fixed in 1.0.1.