efficient / libcuckoo

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

Improve portability of cuckoohash_map.hh. #27

Closed toojays closed 8 years ago

toojays commented 8 years ago

This pull request removes cuckoohash_map.hh's dependence on GCC-specific compiler directives and POSIX.

Note that commit 344b458b exists in both this pull request and pull request 26. Apart from that they are independent.

manugoyal commented 8 years ago

I rebased and merged separately. Thanks!