issues
search
martinus
/
unordered_dense
A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
MIT License
932
stars
75
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add iter_t::operator++(int) overload
#128
TriceHelix
opened
2 weeks ago
0
Just adds a disabled test, update dependencies
#127
martinus
closed
1 month ago
0
[BUG] ankerl::unordered_dense::erase is not reentrant
#126
pklima
closed
1 month ago
1
[BUG] try_emplace() method report overloaded ambiguous with gcc 8.3
#125
lrita
closed
1 month ago
3
Upgrade to use rapidhash
#124
sandsc
closed
1 month ago
1
Bender et al.
#123
victorstewart
closed
2 months ago
0
Better support for 32-bit systems
#122
glebm
opened
3 months ago
0
add values() API for xvalues
#121
lrita
closed
3 months ago
1
Remove duplicate clang-tidy line
#120
bmagistro
closed
1 month ago
0
[BUG] Broken in C++23 with clang-17 / libstdc++-14
#119
jcelerier
opened
5 months ago
0
Slow performance with Custom Type
#118
DanWillans
closed
1 month ago
1
Add natvis for better debug view
#117
duckdoom5
opened
6 months ago
0
change_key(itr, key) function
#116
Auburn
opened
7 months ago
0
[BUG] Assignment from value to value not working for non-trivial types
#115
dsiroky
closed
1 month ago
4
Passthrough is_avalanching from std::hash
#114
Auburn
closed
1 month ago
1
Working on a helper class that provides an immutable view of a table
#113
schombert
opened
8 months ago
0
segment_map: Also segment the bucket array
#112
StephanDollberg
closed
1 month ago
3
array of segmented_map
#111
spencer-lunarg
opened
8 months ago
1
Could this be available through conan central?
#110
peakschris
opened
8 months ago
0
Does not compile on gcc 8.3 with no-rtti (pmr)
#109
greenrobot
opened
9 months ago
4
Forceinline improves performance significantly with MSVC
#108
mscppppppppp
closed
1 month ago
1
Fix build with current fmt (master branch)
#107
phprus
closed
10 months ago
0
New API: Similar to EASTL::hash_map::find_as
#106
ArnoChenFx
closed
10 months ago
1
Add extract(key) and extract(it) API
#105
martinus
closed
10 months ago
0
[BUG] Allocator issues in segmented_vector
#104
sh-mochi
opened
10 months ago
0
Slightly improved tuple hash, now direct also for enum.
#103
martinus
closed
10 months ago
0
tuple-hash-fix
#102
martinus
closed
10 months ago
0
Provide high quality & fast hash implementations for std::tuple and std::pair
#101
martinus
closed
11 months ago
0
dont resize in emplace when not necessary
#100
martinus
closed
11 months ago
0
[ Question ] How does this interface compare to the one defined in C++23
#99
iwubcode
closed
11 months ago
2
Race condition when using [] operator on map when accessing a key that is known to already exist
#98
proc-sim
closed
11 months ago
8
hash specializations for std::pair and std::tuple
#97
odygrd
closed
11 months ago
2
Moving elements out of a hash set
#96
sh-mochi
closed
10 months ago
8
support C++23 import std on unordered_dense module
#95
Arthapz
opened
1 year ago
0
Additional memory segmentation for bucket index
#94
dotnwat
closed
1 month ago
4
Completely reworked fuzzing. Now it's based on honggfuzz
#93
martinus
closed
1 year ago
0
Improve detection and enforcement of is_avalanching trait
#92
vmilea
opened
1 year ago
3
2023 09 minor fixes
#91
martinus
closed
1 year ago
0
Question about how `insert` works
#90
nicklegr
closed
1 year ago
2
2023 09 fuzz update
#89
martinus
closed
1 year ago
0
[BUG] Heap-use-after-free
#88
bear24rw
closed
1 year ago
6
bump version to 4.1.1
#87
martinus
closed
1 year ago
0
use feature test macro to detect char8_t support
#86
justusranvier
closed
1 year ago
0
Adds support for c++ modules
#85
martinus
closed
1 year ago
1
[BUG] Can't compiler in c++20 module
#84
jz315
closed
1 year ago
3
add constexpr to hash
#83
jz315
closed
1 year ago
0
[BUG] How to run tests using cmake?
#82
yurivict
closed
1 year ago
1
2023 07 fix more move allocator issues
#81
martinus
closed
1 year ago
0
fix #79: don't reuse m_buckets when allocator does not compare equal
#80
martinus
closed
1 year ago
0
[BUG] Segmentation fault after move assign of map with different allocator
#79
tokiura
closed
1 year ago
10
Next