Skip to content

1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 18:37
· 21 commits to master since this release
1.8.0

Full Changelog: 1.7.0...1.8.0

  • GetMemoryMappedStreamIfPossible will read files smaller or equal to 4096 bytes into memory instead of memory mapping.
  • GetMemoryMappedStreamIfPossible now supports memory mapping files in non-split packages if the package was read from a FileStream or when using Read(file path).
  • CRC32 is now calculated with System.IO.Hashing