Kaszanas / SC2_Datasets

https://sc2-datasets.readthedocs.io/
GNU General Public License v3.0
8 stars 3 forks source link

Unpacking is done for every replaypack initialization #5

Closed Kaszanas closed 2 years ago

Kaszanas commented 2 years ago

Currently unpacking is done at every replaypack initialization.

This is not optimal.

There needs to be a mechanism that verifies if the replaypack was successfully unpacked and is available on drive.

Kaszanas commented 2 years ago

This should be fixed as of: https://github.com/Kaszanas/SC2EGSet_Experiments/commit/06ceb3b46d87103801b45330e1fbe3ea191bceed

requires to be tested further.