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 aFileStream
or when usingRead(file path)
.- CRC32 is now calculated with
System.IO.Hashing