efficient / libcuckoo

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

Cannot install libcuckoo library #83

Closed hungptit closed 7 years ago

hungptit commented 7 years ago

I cannot install libcuckoo because libcuckoo_lock_array.hh is removed from the master branch. Please see my patch below. Thanks.


libcuckoo/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-)

diff --git a/libcuckoo/CMakeLists.txt b/libcuckoo/CMakeLists.txt index ec8e3b0..9147856 100644 --- a/libcuckoo/CMakeLists.txt +++ b/libcuckoo/CMakeLists.txt @@ -23,7 +23,6 @@ FILES cuckoohash_config.hh cuckoohash_map.hh cuckoohash_util.hh

manugoyal commented 7 years ago

Thanks for pointing this out @hungptit! Should be fixed now.