Files
rust/library
Matthias Krüger cd1b42c3e9 Rollup merge of #128946 - orlp:faster-ip-hash, r=joboet
Hash Ipv*Addr as an integer

The `Ipv4Addr` and `Ipv6Addr` structs always have a fixed size, but directly derive `Hash`. This causes them to call the bytestring hasher implementation, which adds extra work for most hashers. This PR converts the internal representation to a fixed-width integer before passing to the hasher to prevent this.
2024-08-15 00:02:25 +02:00
..
2024-06-06 22:50:45 -07:00
2024-07-28 14:46:29 -04:00
2024-07-26 13:26:33 +01:00
2024-08-04 03:40:21 +05:30