Skip to content

1.5.0

Compare
Choose a tag to compare
@xPaw xPaw released this 14 Jul 15:27
· 62 commits to master since this release
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 use BinarySearch 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
  • FindEntry(string directory, string fileName) and FindEntry(string directory, string fileName, string extension) overloads have been deprecated