mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
FxHash is faster than FnvHash and SipHash for simple types up to at least 64 bytes. The cryptographic guarantees are not needed for any types changed here because they are simple ids. This changes the types in script and net crates. In a future PR we will change the remaining Fnv to be also Fx unless there is a reason to keep them as Fnv. Testing: Should not change functionality but unit test and wpt will find it. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com> |
||
---|---|---|
.. | ||
mod.rs | ||
serializable.rs | ||
transferable.rs |