Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / greg7mdp/parallel-hashmap issues and pull requests
#268 - Old versions 1.37, 1.36, 1.35, ... from 2022 and earlier are higher than the latest version 1.4.1
Issue -
State: closed - Opened by yurivict 28 days ago
- 2 comments
#265 - phmap::parallel_flat_hash_map to manage lidar pointcloud?
Issue -
State: open - Opened by maomao0220 about 2 months ago
- 4 comments
#264 - Unsure how to use `if_contains`
Issue -
State: closed - Opened by kriscao-cohere about 2 months ago
- 2 comments
#263 - phmap::parallel_flat_hash_map<uint32_t, uint32_t> erase_if crash?
Issue -
State: open - Opened by aengusjiang 2 months ago
- 4 comments
#262 - compatible for 32bit arm-linux
Issue -
State: open - Opened by walletiger 3 months ago
- 1 comment
#261 - How to use parallel_flat_hash_map
Issue -
State: open - Opened by realwzc 3 months ago
- 3 comments
#260 - Update `README.md` to state differences between phmap and gtl.
Pull Request -
State: closed - Opened by greg7mdp 4 months ago
#259 - Add preprocessor macro `PHMAP_DISABLE_MIX`
Pull Request -
State: closed - Opened by greg7mdp 4 months ago
#258 - Add support for custom pointers.
Pull Request -
State: closed - Opened by greg7mdp 4 months ago
#256 - Question: Hashmap as template parameter to another class
Issue -
State: closed - Opened by lczech 4 months ago
- 2 comments
#255 - Concurrent increment of value keep getting unexpected results
Issue -
State: closed - Opened by dakabang 4 months ago
- 8 comments
#254 - Allocate empty group on heap only for `std::allocator`
Pull Request -
State: closed - Opened by greg7mdp 4 months ago
- 4 comments
#253 - Add option to allocate empty group on heap
Pull Request -
State: closed - Opened by AgostonSzepessy 4 months ago
- 9 comments
#252 - Disable mixing
Issue -
State: closed - Opened by bftjoe 4 months ago
#251 - Support loading pre-1.3.12 `phmap_dump` files.
Pull Request -
State: closed - Opened by greg7mdp 5 months ago
#250 - infinite loop trying to insert a value into a hash set
Issue -
State: closed - Opened by TylerGlaiel 5 months ago
- 10 comments
#249 - GTEST_FLAG_GET GTEST_FLAG build issue
Issue -
State: closed - Opened by LargePrime 5 months ago
- 1 comment
#248 - about a concurrency operation issue
Issue -
State: closed - Opened by littledoglily 5 months ago
- 4 comments
#246 - custom hasher in initializer constructor with arguments for parallel_hash_map
Issue -
State: closed - Opened by gf777 7 months ago
- 2 comments
#245 - how can I generate more mix hash seed?
Issue -
State: closed - Opened by stdpain 7 months ago
- 1 comment
#244 - emplace does not work for non-moveable / non-copyable objects.
Issue -
State: closed - Opened by StavrosMar 8 months ago
- 3 comments
#243 - Correct CMake script. Improve C++ language feature selection
Pull Request -
State: closed - Opened by scivision 8 months ago
- 1 comment
#242 - Link against TBB if available
Pull Request -
State: closed - Opened by Earthwings 9 months ago
- 1 comment
#241 - Add missing header for std::setw std::setprecision
Pull Request -
State: closed - Opened by Earthwings 9 months ago
- 1 comment
#240 - hash_multimap
Issue -
State: closed - Opened by ExeVirus 9 months ago
- 1 comment
#239 - issue under mac?
Issue -
State: open - Opened by gf777 9 months ago
- 6 comments
#238 - Ability to reset the inner sub map
Issue -
State: closed - Opened by marioroy 11 months ago
- 64 comments
#237 - Memory not reclaimed after calling map.clear()
Issue -
State: closed - Opened by marioroy 11 months ago
- 4 comments
#236 - Release memory after shrinking
Issue -
State: closed - Opened by benstadin 11 months ago
- 6 comments
#235 - Fix nvcc warning about missing return statement
Pull Request -
State: closed - Opened by cartoonist 11 months ago
- 7 comments
#234 - merging maps
Issue -
State: closed - Opened by gf777 about 1 year ago
- 8 comments
#233 - Need help speeding up large hash map
Issue -
State: closed - Opened by Jonahowns about 1 year ago
- 6 comments
#232 - Need a tag about `reserve` bug
Issue -
State: closed - Opened by ZhengLChang about 1 year ago
- 3 comments
#229 - nvc++: integer conversion resulted in a change of sign
Issue -
State: closed - Opened by marioroy about 1 year ago
- 9 comments
#228 - is it possible to miss the necessary .cmake in the conda packaging?
Issue -
State: closed - Opened by chakpongchung about 1 year ago
- 1 comment
#227 - Thread safe way to check existence of items
Issue -
State: closed - Opened by easypickings about 1 year ago
- 8 comments
#226 - phmap_dump saving a lot more than needed
Issue -
State: closed - Opened by iliasaz about 1 year ago
- 4 comments
#225 - Fix warnings with msvc.
Pull Request -
State: closed - Opened by greg7mdp about 1 year ago
#224 - In template: constexpr variable 'kFirst' must be initialized by a constant expression
Issue -
State: closed - Opened by engun about 1 year ago
- 6 comments
#223 - implement `erase` using `erase_if_impl`
Pull Request -
State: closed - Opened by greg7mdp about 1 year ago
#221 - Remove the `Upgrade` lock stuff.
Pull Request -
State: closed - Opened by greg7mdp about 1 year ago
- 9 comments
#219 - Add access to the slot in the lazy constructor
Pull Request -
State: closed - Opened by bpmckinnon about 1 year ago
#218 - asan build on linux failed with memory error
Issue -
State: closed - Opened by lucoysword about 1 year ago
- 3 comments
#217 - Support ReadWriteLocks in more parallel map APIs.
Pull Request -
State: closed - Opened by greg7mdp about 1 year ago
#216 - For parallel maps with read-capable mutexes, do read lock for lookup in `try_emplace_l`
Pull Request -
State: closed - Opened by greg7mdp over 1 year ago
#215 - Slow in a specific case
Issue -
State: closed - Opened by kanonka over 1 year ago
- 20 comments
#214 - Fix : add ouput executables directory in CMakeLists.txt
Pull Request -
State: closed - Opened by ZhangHuiGui over 1 year ago
- 1 comment
#213 - Very minor optimization: _mm_abs_epi8 instead of _mm_sign_epi8
Issue -
State: closed - Opened by Myriachan over 1 year ago
- 1 comment
#212 - Iteration Order Differs on Arm64 Architecture
Issue -
State: closed - Opened by fegennari over 1 year ago
- 4 comments
#211 - Optimization for parallel hash map erase_if function
Pull Request -
State: closed - Opened by bpmckinnon over 1 year ago
#210 - question about performance of `at(...)`
Issue -
State: closed - Opened by samuelpmish over 1 year ago
- 4 comments
#209 - Allow compiling with -Wfloat-conversion
Pull Request -
State: closed - Opened by jendrikseipp over 1 year ago
- 1 comment
#208 - Unused variable warning
Issue -
State: closed - Opened by bpmckinnon over 1 year ago
- 2 comments
#207 - Suggestion: lazy_emplace_l without last argument
Issue -
State: closed - Opened by JonathanFry3 over 1 year ago
- 12 comments
#206 - Add try_emplace_p extension method
Pull Request -
State: closed - Opened by ecatmur over 1 year ago
#205 - Avoid Memory Reallocations in flat_hash_map clear for Trivial Classes
Issue -
State: closed - Opened by linjiahao962889027 over 1 year ago
- 5 comments
#204 - LLDB pretty-printer is buggy
Issue -
State: open - Opened by HolyBlackCat over 1 year ago
- 2 comments
#203 - error with node_hash_map<uint32_t, std::vector<uint32_t>>
Issue -
State: closed - Opened by HatakeKakaxi over 1 year ago
- 4 comments
#202 - Fix C++17 detection for clang
Pull Request -
State: closed - Opened by ecatmur over 1 year ago
- 1 comment
#201 - Computing std::hash once per key for the hash_bench example
Issue -
State: closed - Opened by marioroy over 1 year ago
- 12 comments
#200 - fix compile error for gcc4.8.5
Pull Request -
State: closed - Opened by aengusjiang over 1 year ago
- 1 comment
#199 - Possible anomaly running the mt_word_counter example
Issue -
State: closed - Opened by marioroy over 1 year ago
- 4 comments
#198 - Question about possible race condition among many threads
Issue -
State: closed - Opened by marioroy over 1 year ago
- 24 comments
#197 - remove unnecessary creation of std *_error objects
Pull Request -
State: closed - Opened by ilobilo over 1 year ago
- 3 comments
#196 - Clang's "thread-safety-analysis" warnings
Issue -
State: closed - Opened by phallot over 1 year ago
- 12 comments
#195 - fix: add growth_left for dump and load, to fix the bug that when loa…
Pull Request -
State: closed - Opened by LisaLuty over 1 year ago
- 2 comments
#194 - Unused variable warning when PHMAP_HAVE_EXCEPTIONS is false
Issue -
State: closed - Opened by bpmckinnon almost 2 years ago
- 4 comments
#193 - Fixes for macOS and 32-bit
Pull Request -
State: closed - Opened by barracuda156 almost 2 years ago
- 1 comment
#192 - phmap_config.h: error: missing binary operator before token "("
Issue -
State: closed - Opened by barracuda156 almost 2 years ago
- 2 comments
#191 - Include flags to own headers are not passed correctly during the build
Issue -
State: closed - Opened by barracuda156 almost 2 years ago
- 13 comments
#190 - Conan package update for the last version v1.3.11?
Issue -
State: closed - Opened by FrancoisDn almost 2 years ago
- 4 comments
#189 - Is phmap exception safe?
Issue -
State: closed - Opened by yiguolei almost 2 years ago
- 2 comments
#188 - Linter warning `-Wambiguous-reversed-operator` when using `it != o.end()`
Issue -
State: closed - Opened by midrare almost 2 years ago
- 1 comment
#187 - Only reference Alloc swap if permitted by AllocTraits
Issue -
State: closed - Opened by BurningEnlightenment almost 2 years ago
- 1 comment
#186 - Simple emplace function crashed during concurrent execution
Issue -
State: closed - Opened by Jiboxiake almost 2 years ago
- 6 comments
#185 - added check for <shared_mutex>, made Throw() a macro
Pull Request -
State: closed - Opened by ilobilo almost 2 years ago
- 4 comments
#184 - double free
Issue -
State: closed - Opened by lsalamon almost 2 years ago
- 11 comments
#183 - Is there any plan to support AVX2/AVX512 in the future?
Issue -
State: closed - Opened by xiangpdu about 2 years ago
- 1 comment
#182 - CMake FetchContent not working (linker issues)
Issue -
State: closed - Opened by mortbopet about 2 years ago
- 4 comments
#181 - Multiple readers and writers under concurrent hash map not working.
Issue -
State: closed - Opened by Jiboxiake about 2 years ago
- 26 comments
#180 - Getting illegal instruction with simple example
Issue -
State: closed - Opened by jrcavani about 2 years ago
- 1 comment
#179 - Returns `void` from the `erase(iterator)` overload
Issue -
State: closed - Opened by heyfey about 2 years ago
- 1 comment
#178 - Modules Support?
Issue -
State: closed - Opened by OutTheShade over 2 years ago
- 2 comments
#177 - Missing `front()`, `back()` in Btree containers
Issue -
State: closed - Opened by HolyBlackCat over 2 years ago
- 3 comments
#176 - Clang warns about deprecated builtins
Issue -
State: closed - Opened by HolyBlackCat over 2 years ago
- 2 comments
#175 - Simple Parallel Example
Issue -
State: closed - Opened by atom-moyer over 2 years ago
- 13 comments
#174 - ::iterator not defined for parallel_node_hash_set
Issue -
State: closed - Opened by Andersama over 2 years ago
#171 - Can't compile on C++ latest
Issue -
State: closed - Opened by OutTheShade over 2 years ago
- 2 comments
#170 - About the latest release
Issue -
State: closed - Opened by chenrui333 over 2 years ago
- 2 comments
#169 - examples/{dump_nested,hash}.cc have executable flag set
Issue -
State: closed - Opened by smoe over 2 years ago
- 1 comment
#168 - duplicated hash calls
Issue -
State: closed - Opened by 251 over 2 years ago
- 5 comments
#167 - AVX2 optimization of group lookup.
Pull Request -
State: open - Opened by bashimao over 2 years ago
- 10 comments
#166 - Question: How does `find_impl` work if the table is pretty full?
Issue -
State: closed - Opened by bashimao over 2 years ago
- 2 comments
#165 - Allow swap() to work with parallel hash maps/sets with different mutex types, so you can use the same container with or without locking.
Pull Request -
State: closed - Opened by greg7mdp over 2 years ago
#164 - Add _unsafe version of lazy_emplace
Issue -
State: closed - Opened by bpmckinnon over 2 years ago
- 41 comments
#163 - how can i use std::owner_less in phmap
Issue -
State: closed - Opened by Gatsbyoo over 2 years ago
- 4 comments
#162 - Consistency of different versions of API
Issue -
State: closed - Opened by BiteTheDDDDt over 2 years ago
- 2 comments
#161 - Does `try_emplace_l` behave as expected when contains key
Issue -
State: closed - Opened by xinyiZzz over 2 years ago
- 2 comments
#160 - execution: Overloads of `for_each` and `for_each_m` taking ExecutionPolicy
Pull Request -
State: closed - Opened by kc9jud over 2 years ago
- 5 comments
#159 - `std::atomic` value type specialization
Issue -
State: closed - Opened by kc9jud over 2 years ago
- 3 comments