File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
This replaces the previous "fxhash" algorithm originating in Firefox
5
5
with a custom hasher designed and implemented by Orson Peters ([ ` @orlp ` ] ( https://github.com/orlp ) ).
6
6
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.
8
8
- Fix ` no_std ` builds
9
9
10
10
## 1.2.0 (** YANKED** )
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ pub struct FxHasher {
65
65
// as a multilinear hash with keystream k[..]
66
66
// m[0] * k[0] + m[1] * k[1] + m[2] * k[2] + ...
67
67
// 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
69
69
// constant that was found to be good for a MCG in:
70
70
// "Computationally Easy, Spectrally Good Multipliers for Congruential
71
71
// Pseudorandom Number Generators" by Guy Steele and Sebastiano Vigna.
You can’t perform that action at this time.
0 commit comments