1.5.0
Full Changelog: https://github.com/SteamDatabase/ValvePak/compare/1.4.0...1.5.0?w=1
- Added
OptimizeEntriesForBinarySearch(StringComparison)
- Call this before
Read()
- This sorts the entries, which allows
FindEntry(string fileName)
to useBinarySearch
to find the entries much faster - This also allows
FindEntry
to search case insensitively if desired - This is experimental, and maybe removed in the future
- Call this before
FindEntry(string directory, string fileName)
andFindEntry(string directory, string fileName, string extension)
overloads have been deprecated