massivebird / arcsearch

Digital game archive querying tool
GNU General Public License v3.0
0 stars 1 forks source link

Refactor: independent system navigation #15

Closed massivebird closed 9 months ago

massivebird commented 9 months ago

Check out arcstat! Systems are collected, and each system path is navigated independently; the code does not walk through the entire archive. This could be more performant while enabling new types of command line arguments.

Resolving this issue could potentially resolve #11