Skip to content

v0.6.2

Compare
Choose a tag to compare
@knickish knickish released this 02 Mar 20:20
· 13 commits to master since this release

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)