File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 This replaces the previous "fxhash" algorithm originating in Firefox
55 with a custom hasher designed and implemented by Orson Peters ([ ` @orlp ` ] ( https://github.com/orlp ) ).
66 It was measured to have slightly better performance for rustc, has better theoretical properties
7- and also includes a signficantly better string hasher.
7+ and also includes a significantly better string hasher.
88- Fix ` no_std ` builds
99
1010## 1.2.0 (** YANKED** )
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ pub struct FxHasher {
6565// as a multilinear hash with keystream k[..]
6666// m[0] * k[0] + m[1] * k[1] + m[2] * k[2] + ...
6767// where keystream k just happens to be generated using a multiplicative
68- // congrential pseudorandom number generator (MCG). For that reason we chose a
68+ // congruential pseudorandom number generator (MCG). For that reason we chose a
6969// constant that was found to be good for a MCG in:
7070// "Computationally Easy, Spectrally Good Multipliers for Congruential
7171// Pseudorandom Number Generators" by Guy Steele and Sebastiano Vigna.
You can’t perform that action at this time.
0 commit comments