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
replace `std::aligned_storage` with `AlignedStorageType`
#164
JPewterschmidt
closed
1 month ago
4
parallel-for over concurrent hash map
#163
jacopol
opened
3 months ago
1
.clear() taking too long
#162
abhimanyu891998
opened
5 months ago
1
correct the variable in universal_benchmark.cc
#161
ya0guang
closed
7 months ago
0
Bundled Catch library fails to compile with recent C++
#160
arrowd
closed
7 months ago
3
High contention under many reader threads on hot keys
#159
serkanturgut
opened
1 year ago
4
Adding different spinlock modes to improve many-readers contention.
#158
serkanturgut
opened
1 year ago
0
Missing keys
#157
1angkawi
opened
1 year ago
3
Segmentation fault on inserts
#156
dave11ar
opened
1 year ago
3
How to integrate xxHash?
#155
poor1017
closed
1 year ago
1
simple question about update_fn
#154
arjen-Lee1993
opened
1 year ago
1
Why does `insert_or_assign` require the value to be CopyAssignable?
#153
yilongli
closed
1 year ago
1
Horrible scalability of my experiment
#152
Jiboxiake
opened
1 year ago
1
find_fn vs. update_fn
#151
Jiboxiake
opened
1 year ago
2
terminated with exception libcuckoo::load_factor_too_low
#150
SLrepo
closed
1 year ago
2
Add option to use futex APIs for `spinlock`
#149
BurningEnlightenment
opened
2 years ago
0
Segfault in bucket_container copy constructor
#148
robomics
closed
2 years ago
3
WIP: Reducing cache choerency traffic under contention for spinlock
#147
milianw
opened
2 years ago
0
High spinlock overhead
#146
milianw
opened
2 years ago
4
valgrind reports Invalid free() / delete / delete[] / realloc() during map destructor
#145
thompsonbry
closed
2 years ago
11
Strange behavior of tests for different architectures
#144
txgk
opened
2 years ago
6
32-bit unit_tests errors and compiler warnings
#143
andreasbaumann
closed
2 years ago
3
add cursor without table lock?
#142
Jianghi
opened
2 years ago
0
Augment functor interface for uprase_fn and upsert.
#141
manugoyal
closed
2 years ago
3
Fix UBSAN warning about unaligned access
#140
milianw
closed
3 years ago
2
Cmake fixes
#139
milianw
closed
3 years ago
1
Add cuckoohash_map::find_or_insert_fn
#138
milianw
closed
2 years ago
7
Warnings and and test failure in test_resize on x86 Linux
#137
slacka
closed
2 years ago
6
cuckoohashmap taking high memory
#136
naidud2020
opened
3 years ago
4
fix typo
#135
byronhe
closed
3 years ago
1
The memory used is very high
#134
gyd-a
opened
3 years ago
4
Big Int64_t number as key will cause libcuckoo throw exception
#133
robotcc
closed
3 years ago
3
Basic fix for std::is_pod deprecation in C++20
#132
kspinka
closed
3 years ago
1
need more LIBCUCKOO_SQUELCH_PADDING_WARNING
#131
grandinj
opened
3 years ago
1
Memory usage
#130
whatsthecraic
closed
4 years ago
2
hashpower changed
#129
whatsthecraic
opened
4 years ago
2
Forcible dropping all the locks
#128
uzupku
closed
4 years ago
0
upsert reentrancy?
#127
graehl
closed
4 years ago
2
Tons of key-value pairs.
#126
lxyscls
closed
4 years ago
3
Is it possible to publish a new release?
#125
wang-luping
closed
4 years ago
2
Issue in universal-benchmarks `--prefill` argument value detection
#124
ivankochin
closed
4 years ago
1
universal_benchmark reports a fatal error with --upserts parameter
#123
xingdl2007
closed
4 years ago
1
Fix gcc4.9 missing-field-initializers warning that array init by {}
#122
JackDrogon
closed
4 years ago
0
Why not providing the concurrent iterating without blocking other threads?
#121
fesun
closed
4 years ago
1
Return vas value in function returning void
#120
ddarkarchon
closed
4 years ago
1
Fix generated JSON entity in universal_benchmark
#119
anstellaire
closed
5 years ago
1
Automatic expansion triggered when load factor was below minimum threshold
#118
whatsthecraic
closed
4 years ago
2
Building problem with libcuckoo in Visual Studio 2019 version 16.2.4
#117
DJuego
closed
4 years ago
3
swap must not be inside namespace std
#116
jk-jeon
closed
4 years ago
1
cmake: set include directory to the current dir; CMAKE_SOURCE_DIR could differ from it.
#115
yatli
closed
3 years ago
4
Next