efficient / libcuckoo

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

libcuckoo should not pollute global namespace #54

Closed nickhutchinson closed 7 years ago

nickhutchinson commented 7 years ago

Portions of libcuckoo pollute the global namespace with un-namespaced symbols, e.g. lazy_array, DEFAULT_SIZE. These symbols should either be namespaced or prefixed with 'libcuckoo_' or similar.

manugoyal commented 7 years ago

Thanks! Fixed in (f9c1d7eb4dcd1bca80116d07c95c822bdd5a127b).