issues
search
efficient
/
libcuckoo
A high-performance, concurrent hash table
Other
1.61k
stars
275
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to efficiently update and delete a record?
#64
Michael-Tieying-Zhang
closed
7 years ago
2
build instructions.
#63
ianamason
closed
7 years ago
1
Windows Build ?
#62
necromancersecret
closed
6 years ago
18
How to pass multiple values to update_fn in upsert
#61
domino-succ
closed
7 years ago
4
Delete value from input variable after upsert or insert
#60
krsvital
closed
7 years ago
2
High memory consumption in empty hashmap
#59
elvinio
closed
7 years ago
3
Feature Request: Serialization/Persistence
#58
dnbaker
closed
5 years ago
11
Further clarifications
#57
necromancersecret
closed
7 years ago
4
cuckoo_fast_double performs potentially unsafe bitwise-copy of table elements
#56
nickhutchinson
closed
7 years ago
2
setKV contains static object with an exit-time destructor
#55
nickhutchinson
closed
7 years ago
2
libcuckoo should not pollute global namespace
#54
nickhutchinson
closed
7 years ago
1
cacheint, spinlock instances not necessarily 64-byte aligned
#53
nickhutchinson
closed
3 years ago
5
move_to_bucket: destructors of relocated items are not called
#52
nickhutchinson
closed
7 years ago
1
ThreadSanitizer: data race between resize and insert operations
#51
nickhutchinson
closed
7 years ago
1
Correctness improvements in future-master
#50
rob-p
closed
7 years ago
1
Will it need lock for 2 threads doing insert and erase ?
#49
Hedgezzz
closed
7 years ago
1
newer version libcuckoo get compile error
#48
Hedgezzz
closed
7 years ago
2
Make the code more consistent about const;
#47
dave-andersen
closed
7 years ago
0
giant executables when using libcuckoo
#46
ldalessa
closed
8 years ago
4
cannot deal with a large size hashtable
#45
ShelsonCao
closed
7 years ago
1
Some use cases clarificaitons
#44
necromancersecret
closed
8 years ago
4
An example of find_or_insert/update_or_insert/delete_or_insert
#43
MRYingLEE
closed
7 years ago
1
An example of erase_fn function
#42
MRYingLEE
closed
7 years ago
1
An example of find_fn function
#41
MRYingLEE
closed
7 years ago
1
A few light transaction functions have been added
#40
MRYingLEE
closed
7 years ago
1
The examples of erase_fn
#39
MRYingLEE
closed
8 years ago
1
The examples of find_fn
#38
MRYingLEE
closed
8 years ago
1
find_fn and erase_fn functions have been added
#37
MRYingLEE
closed
8 years ago
1
Create Ideas
#36
MRYingLEE
closed
8 years ago
0
wanted: upsert_fn, get a value to be inserted by assigned function, which may be called or not
#35
MRYingLEE
closed
7 years ago
3
Document: Please clarify the difference from STL's unordered_map.
#34
MRYingLEE
closed
8 years ago
1
remove supported?
#33
ldalessa
closed
7 years ago
4
Questions with 'erasing' elements when iterating
#32
DJuego
closed
7 years ago
4
upsert inefficiency
#31
manugoyal
closed
7 years ago
2
Fix GCC build breakage when defining LIBCUCKOO_THREAD_LOCAL.
#30
toojays
closed
8 years ago
0
Feature request: heterogeneous comparison for upsert().
#29
toojays
closed
8 years ago
8
Address warnings from MSVC 2015.
#28
toojays
closed
8 years ago
0
Improve portability of cuckoohash_map.hh.
#27
toojays
closed
8 years ago
1
Build as ISO C++ (disable GNU extensions), address some minor GCC complaints.
#26
toojays
closed
8 years ago
0
Fix `README.md` `cpp` => `cc` references
#25
derwiki
closed
8 years ago
0
Error during expansion when compiling with _GLIBCXX_DEBUG
#24
mikolmogorov
closed
8 years ago
1
Add Microsoft Visual Studio projects. Removal of platform/compiler dependent code (replaced with c++11 STL code).
#23
davidalbertonogueira
closed
8 years ago
11
Eliminate unused variable warning for assert-only variable.
#22
dnbaker
closed
8 years ago
1
no member "result_type" during compilation with Intel C++ compiler
#21
iamthebot
closed
8 years ago
3
Perfect forwarding bug
#20
manugoyal
closed
8 years ago
1
cuckoopath_search for noncopyable types
#19
manugoyal
closed
8 years ago
0
exception std::bad_alloc when buckets grow
#18
hb020
closed
9 years ago
13
cuckoohash_map.reserve() greater than DEFAULT_SIZE allocates new array without freeing old(?)
#17
tewarfel
closed
9 years ago
1
examples/count_freq.cc does not work
#16
tewarfel
closed
9 years ago
1
add instructions to install the requirement in ubuntu
#15
mli
closed
9 years ago
1
Previous
Next