issues
search
rust-lang
/
hashbrown
Rust port of Google's SwissTable hash map
https://rust-lang.github.io/hashbrown
Apache License 2.0
2.46k
stars
288
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[Draft] Multi-map implementation
#591
zakarumych
opened
5 days ago
16
ci: add support for loongarch64-unknown-linux-gnu
#590
heiher
opened
5 days ago
2
Predictable size of allocations
#589
mrjbom
closed
1 week ago
1
feat: Add filter to HashSet/Table/Map
#588
tugtugtug
opened
1 week ago
27
Release v0.15.2
#587
Amanieu
closed
16 hours ago
0
mark const fn constructors as rustc_const_stable_indirect
#586
RalfJung
closed
1 week ago
7
`hashbrown` 0.15.1 bumped the MSRV on a patch release
#585
tnull
opened
2 weeks ago
6
add back strict provenance lint
#584
RalfJung
closed
2 weeks ago
0
add CI job checking rustc-dep-of-std build mode
#583
RalfJung
closed
2 weeks ago
0
Remove mentions of stabilized feature `strict_provenance`
#582
Amanieu
closed
3 weeks ago
4
Release v0.15.1
#581
Amanieu
closed
2 weeks ago
0
Document conclusion job more
#580
Kobzol
closed
1 month ago
0
wip: allow providing the key at insertion time for EntryRef
#579
djugei
opened
1 month ago
3
Move probing logic into control module
#578
clarfonthey
opened
1 month ago
1
`foldhash::fast::RandomState` is very bad
#577
turalcar
opened
1 month ago
7
hashbrown's support for borsh is unsound
#576
kayabaNerve
closed
2 weeks ago
10
Switch from using Bors to merge queue in CI
#575
Kobzol
closed
1 month ago
2
0.15 not compatible with 1.63 despite `rust-version` hint
#574
davidhewitt
closed
1 month ago
2
HashMap With External Storage
#573
tustvold
closed
1 month ago
8
ci: test the MSRV with minimal dependency versions
#572
cuviper
closed
1 month ago
7
What is the MSRV?
#571
atouchet
opened
1 month ago
9
Revert "feat: borsh serde"
#570
dzmitry-lahoda
closed
1 month ago
7
Update version number in Readme
#569
atouchet
closed
1 month ago
4
Further sequester `Group`/`Tag` code
#568
clarfonthey
closed
1 week ago
2
Autofix `clippy::needless_lifetimes` lint
#567
clarfonthey
closed
1 month ago
4
Infinite loop
#566
douglas-raillard-arm
opened
1 month ago
38
Add Tag(u8) newtype in an attempt to stop using byte-pointers for everything
#565
clarfonthey
closed
1 month ago
4
Hashbrown fails to compile if 0.14.x and 0.15.x are in the same project, only one with the nightly feature
#564
orlp
opened
1 month ago
4
Change the default hasher to foldhash
#563
Amanieu
closed
1 month ago
4
Change signature of `get_many_mut` APIs
#562
Urgau
closed
1 month ago
4
Implement `Debug`, `FusedIterator` and `Iterator::fold` for all `HashTable` iterators
#561
Amanieu
closed
2 months ago
4
docs: Add missing backticks.
#560
waywardmonkeys
closed
2 months ago
4
Fix unbalanced backticks in doc comments.
#559
waywardmonkeys
closed
2 months ago
4
Reduce typo count.
#558
waywardmonkeys
closed
2 months ago
4
Missing `Clone` implementation for `hash_table::Iter`
#557
GnomedDev
closed
2 months ago
0
Make `insert_unique_unchecked` unsafe
#556
Amanieu
closed
2 months ago
4
Wean `HashSet` from the raw-entry API
#555
cuviper
closed
2 months ago
11
Remove rkyv support
#554
Amanieu
closed
2 months ago
4
Re-introduce a way to get the allocation size of a table
#553
Amanieu
closed
2 months ago
4
segfault at HashMap.get
#552
houstar
opened
2 months ago
9
Update changelog for v0.15.0, bump cargo.toml
#551
clarfonthey
closed
1 month ago
12
Fix `--no-default-features` without `--features raw-entry`
#550
cuviper
closed
2 months ago
2
Add `HashTable::iter_hash`, `HashTable::iter_hash_mut`
#549
the-mikedavis
closed
2 months ago
8
Memory leak
#548
DimitriTimoz
closed
2 months ago
1
Add `get_or_insert_equivalent` method to HashSet
#547
Soveu
opened
3 months ago
1
Remove the `raw` feature and make `RawTable` private
#546
Amanieu
closed
3 months ago
21
Refactoring proposal: cleaning up the internal APIs
#545
clarfonthey
opened
3 months ago
8
Compiler cant hoist following branch out of loop
#544
re0312
opened
3 months ago
2
Implement `Clone`, `Debug` for iterators
#543
clarfonthey
closed
3 months ago
1
Implement Default for iterators
#542
clarfonthey
closed
3 months ago
6
Next