Skip to content

v0.2.0

Compare
Choose a tag to compare
@drewnoakes drewnoakes released this 06 Jan 20:08
· 117 commits to master since this release
  • Add IContentAddressableStore.GetHashes()
  • Add IContentAddressableStore.Delete(byte[] hash)
  • Add IContentAddressableStore.TryGetContentLength()
  • Add Hash.TryParse
  • Add Hash.IsValid
  • Add Hash.Compute
  • Add Hash.Equals
  • Add Hash.StringLength
  • Add Hash.ByteCount
  • Add HashEqualityComparer
  • Improved hash validation
  • Reduce latency of write operations by overlapping read and write tasks
  • Documentation improvements