Issues
- 38
Infinite loop
#566 opened by douglas-raillard-arm - 6
What is the MSRV?
#571 opened by atouchet - 8
HashMap With External Storage
#573 opened by tustvold - 8
- 3
Hashbrown fails to compile if 0.14.x and 0.15.x are in the same project, only one with the nightly feature
#564 opened by orlp - 0
- 9
segfault at HashMap.get
#552 opened by houstar - 2
- 2
- 1
- 1
Support lower maximum size
#540 opened by overlookmotel - 1
Memory leak
#548 opened by DimitriTimoz - 2
Compiler cant hoist following branch out of loop
#544 opened by re0312 - 8
- 2
Feature: increase capacity according to the actual size returned by the allocator
#489 opened by morrisonlevi - 3
- 13
- 10
- 5
Conversion of raw pointers into buckets
#435 opened by florian1345 - 3
Insertion performance with arena allocators
#515 opened by yanchith - 0
Library test `map::test_map::test_clone_from_memory_leaks` errors with using uninitialized data under valgrind and miri
#510 opened by udoprog - 2
- 1
Consider returning to 1.63.0 MSRV
#504 opened by tnull - 8
assertion failed: buckets.is_power_of_two()
#494 opened by maurerdietmar - 9
Switching to GxHash?
#487 opened by ogxd - 0
Benchmark biaised due to no fence around input
#493 opened by ogxd - 5
0.14.3 - no method named `clear` found for struct `HashMap` in the current scope
#492 opened by miketwenty1 - 1
Hashbrown crash due to bad malloc
#490 opened by jacobgorm - 2
Compiling hashbrown 0.14.2 for aarch64-unknown-linux-gnu with "target-cpu=cortex-a53" generates illegal instructions
#485 opened by rohel01 - 2
allocator-api2 default-feature?
#484 opened by kristof-mattei - 3
- 2
- 3
ahash shouldn't be the default Hasher
#473 opened by jedisct1 - 1
UB on aarch64_be-unknown-linux-gnu_ilp32
#474 opened by Noratrieb - 0
Bug in `RawIter::reflect_toggle_full`
#453 opened by JustForFun88 - 8
Support fallible eq and hasher in raw API
#456 opened by udoprog - 0
Returning / Accepting hash codes
#455 opened by YuriGor - 0
Properly document algorithm
#454 opened by clarfonthey - 2
Consider not dropping entries on panicky rehashes
#444 opened by Manishearth - 3
hashbrown fails to build with stable Rust
#445 opened by yurivict - 1
Is hashbrown::HashMap thread safe when storing a int type,at the same time,multi thread read,and only one thread update/insert/delete ?
#441 opened by hi-glenn - 1
Consider extracting RawTable into a separate crate
#424 opened by stepancheg - 0
bug: Memory leak when using `into_iter`.
#438 opened by liurenjie1024 - 2
- 0
`RawIter::{reflect_insert, reflect_remove}()` can unsoundly compare across tables
#412 opened by LegionMammal978 - 1
`RawIterHash` is unnecessarily restrictive
#415 opened by moulins - 7
Consider implementing `entries(&mut self) -> impl Iterator<Item = OccupiedEntryRef>`
#426 opened by JakobDegen - 1
- 3
shared reference version of `HashMap::raw_table`
#418 opened by digama0 - 1
Make non-nightly Allocator public
#413 opened by duarten