Ecosyste.ms: Issues

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

GitHub / rust-lang/rustc-hash issues and pull requests

#55 - Use a folded multiply as finalizer.

Pull Request - State: open - Opened by orlp 13 days ago - 31 comments

#52 - Derive Clone for FxRandomState and FxSeededState

Pull Request - State: closed - Opened by DaniPopes 5 months ago

#51 - More Clippy lint groups including pedantic

Pull Request - State: open - Opened by allan2 5 months ago - 3 comments

#50 - feat: add benchmarks

Pull Request - State: closed - Opened by Konippi 7 months ago - 3 comments

#49 - chore: add testcase to `seeded_state`

Pull Request - State: closed - Opened by Konippi 7 months ago

#48 - Improve CI with proper test jobs + fmt/doc/clippy

Pull Request - State: closed - Opened by Urgau 7 months ago - 3 comments

#47 - Use SPDX 2.1 license expression.

Pull Request - State: closed - Opened by waywardmonkeys 7 months ago

#46 - Fix typos.

Pull Request - State: closed - Opened by waywardmonkeys 7 months ago

#44 - Bump version to 2.0.0 and add changelog

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

#43 - tests added in v1.2.0 fail on big-endian architectures

Issue - State: open - Opened by decathorpe 9 months ago - 1 comment

#42 - v1.2.0 seems to break without `std`

Issue - State: closed - Opened by vados-cosmonic 9 months ago - 5 comments

#41 - Bugfix: fix no_std builds

Pull Request - State: closed - Opened by xermicus 9 months ago - 3 comments

#40 - Bump to version 1.2.0

Pull Request - State: closed - Opened by nnethercote 9 months ago - 2 comments

#39 - Add a `FxBuildHasher` unit struct

Pull Request - State: closed - Opened by scottmcm 9 months ago

#38 - chore: no std as in other mods for seeded

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

#37 - Replace hash with faster and better finalized hash

Pull Request - State: closed - Opened by orlp 9 months ago - 10 comments

#36 - New version on crates.io

Issue - State: closed - Opened by ZhaoXiangXML 10 months ago - 11 comments

#35 - Force hashing to be done on aligned usizes

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

#34 - Document seemingly unneeded self.clone in write

Pull Request - State: closed - Opened by krtab 11 months ago - 1 comment

#33 - Fix doc typos

Pull Request - State: closed - Opened by krtab 11 months ago

#32 - Use newly stable split_first_chunk()

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

#31 - `const fn`-ify what can be `const` of the API

Pull Request - State: closed - Opened by korken89 12 months ago

#30 - RFC: Optimize for small strings to close gap with FNV

Pull Request - State: closed - Opened by adamreichold about 1 year ago - 3 comments

#29 - Fixup repo url in `Cargo.toml`

Pull Request - State: closed - Opened by WaffleLapkin about 1 year ago

#28 - Add tests

Pull Request - State: closed - Opened by Nilstrieb about 1 year ago

#27 - short hashing macro?

Issue - State: closed - Opened by chris-ha458 over 1 year ago - 2 comments

#26 - Collision between integer as string hashes

Issue - State: closed - Opened by zazabe over 1 year ago - 2 comments

#25 - Someone messed up when copy-pasting documentation

Pull Request - State: closed - Opened by abs0luty over 1 year ago

#24 - Hash larger data in a simd friendly way

Pull Request - State: closed - Opened by alexheretic almost 2 years ago - 3 comments

#23 - Consider deriving `Clone` for `FxHasher`

Issue - State: closed - Opened by antonylsg over 2 years ago

#22 - Add (random) seed api

Pull Request - State: closed - Opened by WaffleLapkin almost 3 years ago - 6 comments

#21 - `impl From<[(K, V); N]>` for collections

Issue - State: closed - Opened by allan2 about 3 years ago - 4 comments

#20 - Improve wording, fix typos, add edition to `Cargo.toml`

Pull Request - State: closed - Opened by allan2 about 3 years ago - 3 comments

#19 - Add some additional documentation.

Pull Request - State: closed - Opened by teymour-aldridge over 3 years ago - 1 comment

#18 - Replace the 64-bit hash function and add some tests

Pull Request - State: closed - Opened by Zoxc over 3 years ago - 3 comments

#17 - Initial value of `FxHasher` leads to avoidable collisions

Issue - State: open - Opened by eggyal almost 4 years ago - 14 comments

#16 - Derive `Clone` for `FxHasher`

Pull Request - State: closed - Opened by eggyal almost 4 years ago

#15 - Provide public API for initial seed of `FxHasher`

Issue - State: closed - Opened by hniksic about 4 years ago - 1 comment

#14 - Slow deserialization compared to stock `HashMap`

Issue - State: closed - Opened by hniksic about 4 years ago - 10 comments

#13 - Add keyword: "hasher".

Pull Request - State: closed - Opened by tkaitchuck over 4 years ago

#12 - Simplify Hasher implementation

Pull Request - State: closed - Opened by calebsander over 4 years ago - 2 comments

#11 - Bump version to 1.1.0 (already published)

Pull Request - State: closed - Opened by workingjubilee over 4 years ago - 1 comment

#10 - Add Github Actions

Pull Request - State: closed - Opened by XAMPPRocky almost 5 years ago

#9 - Remove byteorder dependency

Pull Request - State: closed - Opened by nickray about 5 years ago - 4 comments

#8 - Example missed `mut` for the `map`.

Pull Request - State: closed - Opened by danthedeckie over 5 years ago

#7 - Add no_std support

Pull Request - State: closed - Opened by thomcc over 5 years ago - 8 comments

#6 - Make write faster on 64-bit platforms

Pull Request - State: closed - Opened by Zoxc almost 6 years ago - 6 comments

#5 - Split 32 & 64-bit write impls

Pull Request - State: closed - Opened by alexheretic over 6 years ago - 1 comment

#4 - Add FxBuildHasher alias

Pull Request - State: closed - Opened by alexheretic over 6 years ago

#3 - Add crates, doc badge & rust hightlighting to readme

Pull Request - State: closed - Opened by alexheretic over 6 years ago

#2 - Add tests and CI integration.

Issue - State: closed - Opened by michaelwoerister over 6 years ago

#1 - Hash up to 8 bytes at once with FxHasher

Pull Request - State: closed - Opened by Zoxc over 6 years ago - 4 comments