Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / rust-lang/hashbrown issues and pull requests

#535 - Rework the Entry API

Pull Request - State: open - Opened by Amanieu 8 days ago

#534 - Deprecate the raw entry API in favor of `HashTable`

Pull Request - State: open - Opened by Amanieu 11 days ago

#533 - Replace "ahash" with "default-hasher" in Cargo features

Pull Request - State: closed - Opened by Amanieu 12 days ago - 8 comments

#532 - Make equivalent default feature

Pull Request - State: closed - Opened by stepancheg 19 days ago - 4 comments

#531 - Optimize Set is_disjoint

Pull Request - State: closed - Opened by ToMe25 23 days ago - 12 comments

#530 - Improve Set Difference size_hint lower bound

Pull Request - State: closed - Opened by ToMe25 23 days ago - 6 comments

#529 - Implement XxxAssign operations on HashSets

Pull Request - State: closed - Opened by ToMe25 about 1 month ago - 19 comments

#528 - Fix clippy multiple_bound_location warnings

Pull Request - State: closed - Opened by ToMe25 about 1 month ago - 4 comments

#527 - Implement IndexMut for HashMap

Pull Request - State: closed - Opened by ToMe25 about 1 month ago - 4 comments

#526 - Unsound usages of unsafe implementation from `usize` to `T`

Issue - State: closed - Opened by llooFlashooll about 1 month ago - 2 comments

#525 - feat: borsh serde

Pull Request - State: closed - Opened by dzmitry-lahoda about 2 months ago - 7 comments

#524 - perf: increase min buckets on very small types

Pull Request - State: open - Opened by morrisonlevi about 2 months ago - 1 comment

#523 - feat: recognize and use over sized allocations

Pull Request - State: open - Opened by morrisonlevi about 2 months ago - 2 comments

#523 - feat: recognize and use over sized allocations

Pull Request - State: open - Opened by morrisonlevi about 2 months ago - 2 comments

#522 - Release 0.14.5 again

Pull Request - State: closed - Opened by Amanieu 2 months ago - 4 comments

#521 - Release 0.14.5

Pull Request - State: closed - Opened by Amanieu 2 months ago - 5 comments

#520 - Do not grow the raw table when lots of deletion and insertion is performed

Issue - State: closed - Opened by YjyJeff 2 months ago - 3 comments

#519 - Remove unnecessary `add` in `clone_from_impl`

Pull Request - State: open - Opened by JustForFun88 3 months ago - 1 comment

#518 - Add an assertion to `HashSet::get_or_insert_with`

Pull Request - State: open - Opened by cuviper 3 months ago - 7 comments

#517 - Introduce Overflow & Displacement tracking.

Pull Request - State: open - Opened by matthieu-m 3 months ago - 1 comment

#516 - Fix some comments

Pull Request - State: closed - Opened by JohnEndson 3 months ago - 6 comments

#515 - Insertion performance with arena allocators

Issue - State: closed - Opened by yanchith 3 months ago - 3 comments

#513 - WIP Switch to a full bitwidth h2

Pull Request - State: open - Opened by matthieu-m 3 months ago - 10 comments

#512 - Release v0.14.4

Pull Request - State: closed - Opened by Amanieu 3 months ago - 4 comments

#511 - Fix index calculation in panic guard of clone_from_impl

Pull Request - State: closed - Opened by Amanieu 4 months ago - 7 comments

#509 - LLVM failed to use the knowledge from a never-overflow assumption

Issue - State: open - Opened by dtcxzyw 4 months ago - 13 comments

#508 - Use owned array iterators in examples

Pull Request - State: closed - Opened by yotamofek 4 months ago - 4 comments

#507 - Introduce Swiss Cheese benchmark

Pull Request - State: open - Opened by matthieu-m 4 months ago - 3 comments

#506 - How to calculate the size of the hashbrown::HashMap at runtime?

Issue - State: open - Opened by iddm 4 months ago - 1 comment

#505 - Inline tweaks to `HashTable`

Pull Request - State: closed - Opened by Zoxc 5 months ago - 4 comments

#504 - Consider returning to 1.63.0 MSRV

Issue - State: closed - Opened by tnull 5 months ago - 1 comment

#503 - Was swap-remove behavior ever considered when removing entries?

Issue - State: open - Opened by matthieu-m 5 months ago - 10 comments

#502 - Fix clippy warnings

Pull Request - State: closed - Opened by Amanieu 5 months ago - 13 comments

#501 - Use a bit less NonNull::new_unchecked

Pull Request - State: closed - Opened by saethlin 5 months ago - 12 comments

#500 - Bump ahash to 0.8.7 to fix broken nightly builds

Pull Request - State: closed - Opened by sdd 5 months ago - 1 comment

#499 - Build breaks on nightly due to use of `stdsimd` rust feature in ahash 0.8.6

Issue - State: closed - Opened by sdd 5 months ago - 2 comments

#498 - Backport #357 for 0.12

Pull Request - State: closed - Opened by Manishearth 5 months ago - 2 comments

#497 - Backport #357 for 0.11

Pull Request - State: closed - Opened by Manishearth 5 months ago - 2 comments

#496 - Bump ahash to fix missing `stdsimd` with nightly

Pull Request - State: closed - Opened by chriscerie 5 months ago - 9 comments

#495 - Make HashSet::insert return OccupiedEntry

Pull Request - State: closed - Opened by SUPERCILEX 5 months ago - 12 comments

#494 - assertion failed: buckets.is_power_of_two()

Issue - State: closed - Opened by maurerdietmar 6 months ago - 8 comments

#493 - Benchmark biaised due to no fence around input

Issue - State: open - Opened by ogxd 6 months ago

#491 - Add function to support pre-hashed keys

Pull Request - State: closed - Opened by jojo0severo 7 months ago - 4 comments

#490 - Hashbrown crash due to bad malloc

Issue - State: open - Opened by jacobgorm 7 months ago - 1 comment

#488 - Add gxhash in bench

Pull Request - State: open - Opened by ogxd 7 months ago - 1 comment

#487 - Switching to GxHash?

Issue - State: open - Opened by ogxd 7 months ago - 9 comments

#486 - Prepare release of v0.14.3

Pull Request - State: closed - Opened by Amanieu 7 months ago - 4 comments

#484 - allocator-api2 default-feature?

Issue - State: open - Opened by kristof-mattei 8 months ago - 2 comments

#483 - `hashbrown` fails to compile as a transitive dependency

Issue - State: open - Opened by gootorov 8 months ago - 2 comments

#482 - Why the identity function can be used as unlikely function?

Issue - State: closed - Opened by YjyJeff 8 months ago - 3 comments

#481 - avoid using unstable ptr::invalid_mut

Pull Request - State: closed - Opened by RalfJung 8 months ago - 4 comments

#480 - Specialize `fold` implementation of iterators

Pull Request - State: closed - Opened by a1phyr 8 months ago - 4 comments

#479 - bump ahash version 0.8.0 -> 0.8.6

Pull Request - State: closed - Opened by initiativist 8 months ago - 5 comments

#478 - latest/recent rev appears to break ahash/compile-time-rng usage

Issue - State: open - Opened by sleffler 8 months ago - 2 comments

#477 - Prepare release of v0.14.2

Pull Request - State: closed - Opened by Amanieu 8 months ago - 4 comments

#476 - Disable the use of NEON intrinsics on Miri

Pull Request - State: closed - Opened by Amanieu 9 months ago - 4 comments

#475 - Disable the use of NEON intrinsics on big-endian targets

Pull Request - State: closed - Opened by Amanieu 9 months ago - 4 comments

#474 - UB on aarch64_be-unknown-linux-gnu_ilp32

Issue - State: closed - Opened by Nilstrieb 9 months ago - 1 comment

#473 - ahash shouldn't be the default Hasher

Issue - State: open - Opened by jedisct1 9 months ago - 3 comments

#472 - Move `RawTableInner` and `TableLayout` to separate module

Pull Request - State: open - Opened by JustForFun88 9 months ago - 3 comments

#471 - Prepare release of v0.14.1

Pull Request - State: closed - Opened by Amanieu 9 months ago - 4 comments

#470 - Doc all bucket functions

Pull Request - State: closed - Opened by JustForFun88 9 months ago - 4 comments

#469 - Doc all `find_` functions + make them **unsafe**

Pull Request - State: closed - Opened by JustForFun88 10 months ago - 4 comments

#468 - Make allocator not `Clone`

Pull Request - State: open - Opened by JustForFun88 10 months ago - 1 comment

#468 - Make allocator not `Clone`

Pull Request - State: closed - Opened by JustForFun88 10 months ago - 5 comments

#466 - Add low-level `HashTable` API

Pull Request - State: open - Opened by Amanieu 10 months ago - 3 comments

#466 - Add low-level `HashTable` API

Pull Request - State: closed - Opened by Amanieu 10 months ago - 15 comments

#464 - Change `&` to `&mut` where applicable

Pull Request - State: closed - Opened by JustForFun88 10 months ago - 4 comments

#464 - Change `&` to `&mut` where applicable

Pull Request - State: closed - Opened by JustForFun88 10 months ago - 4 comments

#463 - Remove duplicate job

Pull Request - State: closed - Opened by JustForFun88 10 months ago - 4 comments

#463 - Remove duplicate job

Pull Request - State: closed - Opened by JustForFun88 10 months ago - 4 comments

#463 - Remove duplicate job

Pull Request - State: closed - Opened by JustForFun88 10 months ago - 4 comments

#462 - Gate tests behind basic checks passing first

Pull Request - State: closed - Opened by udoprog 10 months ago - 4 comments

#462 - Gate tests behind basic checks passing first

Pull Request - State: closed - Opened by udoprog 10 months ago - 4 comments

#462 - Gate tests behind basic checks passing first

Pull Request - State: closed - Opened by udoprog 10 months ago - 4 comments

#461 - Shared context

Pull Request - State: open - Opened by udoprog 10 months ago - 6 comments

#461 - Shared context

Pull Request - State: closed - Opened by udoprog 10 months ago - 8 comments

#460 - Temporary fix `cross` and `CI`

Pull Request - State: closed - Opened by JustForFun88 10 months ago - 4 comments

#460 - Temporary fix `cross` and `CI`

Pull Request - State: closed - Opened by JustForFun88 10 months ago - 4 comments

#459 - Update RawTable with fallible APIs

Pull Request - State: closed - Opened by udoprog 10 months ago - 4 comments

#459 - Update RawTable with fallible APIs

Pull Request - State: open - Opened by udoprog 10 months ago - 2 comments

#458 - Simplify `Clone` by removing redundant guards

Pull Request - State: closed - Opened by JustForFun88 10 months ago - 5 comments

#457 - Relax MSRV to 1.63.0

Pull Request - State: closed - Opened by cuviper 10 months ago - 21 comments

#456 - Support fallible eq and hasher in raw API

Issue - State: open - Opened by udoprog 10 months ago - 8 comments

#456 - Support fallible eq and hasher in raw API

Issue - State: open - Opened by udoprog 10 months ago - 1 comment

#455 - Returning / Accepting hash codes

Issue - State: open - Opened by YuriGor 10 months ago

#455 - Returning / Accepting hash codes

Issue - State: open - Opened by YuriGor 10 months ago

#454 - Properly document algorithm

Issue - State: open - Opened by clarfonthey 10 months ago

#453 - Bug in `RawIter::reflect_toggle_full`

Issue - State: closed - Opened by JustForFun88 11 months ago

#452 - Add a `insert_unique_hashed_nocheck` method

Pull Request - State: closed - Opened by Zoxc 11 months ago - 2 comments

#451 - Slightly speed up the `resize_inner` function + documentation of other functions.

Pull Request - State: closed - Opened by JustForFun88 11 months ago - 13 comments

#450 - Add reinsert to RawOccupiedEntryMut

Pull Request - State: closed - Opened by 1kjo 11 months ago - 3 comments