efficient / libcuckoo

A high-performance, concurrent hash table
Other
1.61k stars 275 forks source link

Make the code more consistent about const; #47

Closed dave-andersen closed 7 years ago

dave-andersen commented 7 years ago

use constexpr for some of the true constants; inlined the trivial lock sort (performance impact is negligible); fixed a few writing nits in the comments & docs.