]> git.lizzy.rs Git - rust.git/commit
Add FxHasher, a faster alternative to FnvHasher.
authorNicholas Nethercote <nnethercote@mozilla.com>
Tue, 8 Nov 2016 03:01:38 +0000 (14:01 +1100)
committerNicholas Nethercote <nnethercote@mozilla.com>
Tue, 8 Nov 2016 04:14:00 +0000 (15:14 +1100)
commiteca1cc957fff157575f485ebfd2aaafb33ee98cb
tree8770cba6cb3a4d7d7195c8bc50df3e7d4b4176a4
parent57f971bc1610ef57c57616822c60aadc7e477904
Add FxHasher, a faster alternative to FnvHasher.
src/librustc_data_structures/fx.rs [new file with mode: 0644]