Skip to content

Commit

Permalink
zip: Reworked how we organize ZIP entries.
Browse files Browse the repository at this point in the history
We now use a hashtable for lookups of specific paths, and organize the
entries into a directory tree. The end result is fast lookup and fast
enumeration without having to search a sorted array or tapdance with
substrings...which means the rare, mysterious bug where we failed
to find an existing file should be gone now, too.
  • Loading branch information
icculus committed Feb 25, 2016
1 parent acd00dd commit b479c57
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 276 deletions.

0 comments on commit b479c57

Please sign in to comment.