v0.6.2
This release adds two changes to increase performance of diffing collections:
- size hints are used internally to decrease amount of time spent allocating (~5-8% faster according to in-repo benchmarks)
rustc_hash
is added as a (feature gated) dependency for cases where a non-cryptographic hash is acceptable (~50-60% faster according to in-repo benchmarks)