Vilsol / ue4pak

ue4pak parses and extracts data from UE4 Pak files
GNU General Public License v3.0
19 stars 9 forks source link

Add a --split output mode (one file per asset) #5

Closed nevir closed 4 years ago

nevir commented 4 years ago

Get a good perf boost from chunking the output (~3x faster on my box when extracting all the things), presumably due to less memory pressure & fewer GCs.

Also helpful to break up output when dumping all the things