Ecosyste.ms: Issues

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

GitHub / tkaitchuck/aHash issues and pull requests

#139 - Improve documentation around keys

Pull Request - State: closed - Opened by tkaitchuck almost 2 years ago

#138 - ahash features are non-additive

Issue - State: closed - Opened by eric-seppanen almost 2 years ago - 5 comments

#137 - Fails to compile on no-std

Issue - State: closed - Opened by schungx almost 2 years ago

#136 - Add into_keys and into_values to AHashMap

Pull Request - State: closed - Opened by tkaitchuck almost 2 years ago

#135 - Improve docs

Pull Request - State: closed - Opened by tkaitchuck almost 2 years ago

#134 - Improve fallback speed when folded multiply is not available

Pull Request - State: closed - Opened by tkaitchuck almost 2 years ago

#132 - Reproducible Hashes is 0.8?

Issue - State: closed - Opened by domenukk almost 2 years ago - 4 comments

#131 - Support fixed seed

Pull Request - State: closed - Opened by emilk almost 2 years ago - 1 comment

#130 - Question: Callhasher is removed from public interface

Issue - State: closed - Opened by ritchie46 about 2 years ago - 1 comment

#129 - Fix compiler error on wasm with deault features.

Pull Request - State: closed - Opened by ar37-rs about 2 years ago - 2 comments

#128 - Make once_cell optional to meet reasonable MSRV

Issue - State: closed - Opened by TheBlueMatt about 2 years ago - 9 comments

#127 - 0.8.0 requires "resolver" due to Cargo bug

Issue - State: closed - Opened by adamreichold about 2 years ago - 6 comments

#126 - Simple, Non-DOS-resistent seed

Issue - State: closed - Opened by emilk about 2 years ago - 14 comments

#125 - patch ahash 0.7.x to support AVR using atomic-polyfill

Pull Request - State: closed - Opened by mutantbob about 2 years ago

#124 - fix AVR support by using atomic-polyfill

Pull Request - State: closed - Opened by mutantbob about 2 years ago

#123 - Using with neither `compile-time-rng` or `runtime-rng` features.

Issue - State: closed - Opened by Anders429 about 2 years ago - 2 comments

#122 - Consider Re-Exposing `AHasher::new_with_keys`

Issue - State: closed - Opened by joshstoik1 about 2 years ago - 2 comments

#121 - Simplify interface

Pull Request - State: closed - Opened by tkaitchuck about 2 years ago

#120 - Some extra work is required to get ahash to work with rayon

Issue - State: closed - Opened by kimono-koans about 2 years ago - 2 comments

#119 - please tag releases

Issue - State: closed - Opened by jonassmedegaard over 2 years ago - 2 comments

#118 - into_keys and into_values do not work with AHashMap

Issue - State: closed - Opened by dsemi over 2 years ago - 2 comments

#117 - Compiling without min_specialization and stdsimd

Issue - State: closed - Opened by samueldotj over 2 years ago - 1 comment

#116 - fix aes acceleration on aarch64

Pull Request - State: closed - Opened by brayniac over 2 years ago

#115 - Add `nohash` to benchmarks

Issue - State: closed - Opened by Glitchy-Tozier over 2 years ago - 2 comments

#114 - Add `tinyset` to benchmarks

Issue - State: closed - Opened by Glitchy-Tozier over 2 years ago - 1 comment

#113 - Clarify copyright situation

Issue - State: closed - Opened by alexanderkjall over 2 years ago - 1 comment

#112 - Improve codegen for mixing in length

Pull Request - State: closed - Opened by stepantubanov over 2 years ago - 1 comment

#111 - Unable to run build-script-build on Windows

Issue - State: closed - Opened by RandomInsano over 2 years ago - 1 comment

#110 - Implement deserialize_in_place() in Deserialize for AHashMap and AHashSet

Pull Request - State: closed - Opened by orzogc over 2 years ago

#109 - Added From<array> for AHashSet & AHashMap

Pull Request - State: closed - Opened by virtualritz over 2 years ago

#108 - Hasher is not invariant on small writes with .write vs .write_u8

Issue - State: closed - Opened by theatrus over 2 years ago - 5 comments

#107 - std HashMap with aHash significantly slower than hashbrown HashMap

Issue - State: closed - Opened by hniksic over 2 years ago - 4 comments

#105 - Add type-alias feature to make it more of a drop in replacement for std Hash[Set|Map]

Pull Request - State: closed - Opened by Nehliin almost 3 years ago - 5 comments

#104 - Consider runtime detecting AES on x86 or using CRC

Issue - State: open - Opened by CryZe almost 3 years ago - 9 comments

#103 - Does `AHashMap` really need to be a newtype?

Issue - State: closed - Opened by emilk almost 3 years ago - 4 comments

#102 - Add rustc_hash to benchmarks

Issue - State: closed - Opened by smmalis37 almost 3 years ago - 1 comment

#101 - make benchmarks up to date

Issue - State: closed - Opened by LifeIsStrange almost 3 years ago - 2 comments

#100 - restore MSRV to 1.43.1

Pull Request - State: closed - Opened by robjtede almost 3 years ago

#99 - MSRV raised via patch release

Issue - State: closed - Opened by extrawurst almost 3 years ago - 3 comments

#98 - Possible typo/bug in AHasherU64

Issue - State: closed - Opened by Spheniscine about 3 years ago - 1 comment

#97 - feature gate random state

Pull Request - State: closed - Opened by xu-cheng about 3 years ago - 7 comments

#96 - Run smhasher on ARM

Issue - State: open - Opened by tkaitchuck about 3 years ago

#95 - cyclic package dependency: package `ahash v0.7.4` depends on itself

Issue - State: closed - Opened by bit-ranger over 3 years ago - 33 comments

#94 - `compile-time-rng` on a platform with `getrandom`

Issue - State: closed - Opened by TheBlueMatt over 3 years ago - 9 comments

#93 - Hashing array/slice with nightly rustc results in panic

Issue - State: closed - Opened by houqp over 3 years ago - 11 comments

#90 - AArch64 implementation

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

#87 - 64-bit version of `RandomState`

Issue - State: closed - Opened by reinerp over 3 years ago - 3 comments

#86 - Missing `#[inline(always)]` on `operations::folded_multiply`

Issue - State: closed - Opened by reinerp over 3 years ago - 1 comment

#85 - Take advantage of avx512 instructions when available

Issue - State: open - Opened by tkaitchuck over 3 years ago - 1 comment
Labels: enhancement

#84 - AES on ARM?

Issue - State: closed - Opened by Artoria2e5 over 3 years ago - 5 comments
Labels: help wanted

#83 - ahash 0.7.2 test suite fails on 32-bit architectures

Issue - State: closed - Opened by decathorpe over 3 years ago - 4 comments

#82 - Use a runtime-rng feature flag instead of using OS detection

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

#81 - Fixing minor typos, improving spelling / grammar

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

#80 - Force consistent random seed at compile time

Issue - State: closed - Opened by rob-p over 3 years ago - 2 comments

#79 - Optimize slow path

Issue - State: closed - Opened by tkaitchuck over 3 years ago - 1 comment

#77 - Exclude smhasher from published crate

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

#76 - Folded multiply optimizes poorly on WebAssembly

Issue - State: closed - Opened by jsheard over 3 years ago - 14 comments

#75 - Update github actions

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

#74 - Fast path for short strings

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

#73 - Restore faster finish

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

#72 - Specialization take 2

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

#71 - Adopt key mixing from fallback in AES variant

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

#70 - Zero keys always result in a zero hash

Issue - State: closed - Opened by bjorn3 over 3 years ago - 5 comments

#69 - Support usize > 64 bits.

Issue - State: closed - Opened by tkaitchuck over 3 years ago - 1 comment

#68 - Small error in the wiki

Issue - State: closed - Opened by bjorn3 over 3 years ago - 1 comment

#67 - Problem with 0.6.2 on no_std

Issue - State: closed - Opened by schungx over 3 years ago - 5 comments

#66 - AES hash is significantly slower than fallback for short strings on Broadwell

Issue - State: closed - Opened by as-com over 3 years ago - 12 comments

#65 - Switch from lazy_static to once_cell

Issue - State: closed - Opened by jplatte almost 4 years ago - 7 comments

#64 - Add Serde feature

Issue - State: closed - Opened by Keithcat1 almost 4 years ago - 2 comments

#63 - Document reasons for yanking versions from https://crates.io

Issue - State: closed - Opened by olson-sean-k almost 4 years ago - 2 comments

#62 - Allow generating random value independent of std.

Pull Request - State: closed - Opened by tkaitchuck almost 4 years ago - 1 comment

#61 - Add serde feature for AHashMap and AHashSet

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

#60 - Adding a feature for serde

Issue - State: closed - Opened by maxtremblay almost 4 years ago - 7 comments

#59 - Using aHash 0.5 with wasm

Issue - State: closed - Opened by emilk almost 4 years ago - 8 comments

#58 - Create faster low quality hash

Issue - State: open - Opened by tkaitchuck almost 4 years ago - 2 comments

#57 - Detect lack of atomics

Pull Request - State: closed - Opened by tkaitchuck almost 4 years ago - 2 comments

#56 - Use transmute for integer array conversion

Pull Request - State: closed - Opened by a1phyr almost 4 years ago - 3 comments

#54 - Restrict wrappers to RandomState as hash builder

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

#53 - `AHashMap::default()` gives a type inferrence error

Issue - State: closed - Opened by jyn514 almost 4 years ago - 19 comments

#44 - Implement `Trace` and `Finalize` traits in features

Issue - State: closed - Opened by neeldug about 4 years ago - 9 comments

#11 - Review

Issue - State: open - Opened by tkaitchuck about 5 years ago - 2 comments
Labels: help wanted