View Issue Details

IDProjectCategoryView StatusLast Update
0003338Spring engineGeneralpublic2012-12-05 22:08
Reporterabma Assigned Toabma  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version91.0 
Summary0003338: procmon says .sdz archives are read byte by byte
Description15:34:39,3495601 spring.exe 3700 ReadFile D:\Games\Spring\games\zk-v1.0.4.4.sdz SUCCESS Offset: 179.875.506, Length: 1


7z. files should be read block-wise. doing 1-byte should be horrible slow... not sure at which point this happens, needs more investigation
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

abma

2012-11-23 09:24

administrator   ~0009366

investigated it a bit. 1 byte reads seems to come from getting archive file listing...

abma

2012-11-23 09:28

administrator   ~0009367

https://github.com/spring/spring/blob/91.0/rts/System/FileSystem/ZipArchive.cpp#L46

abma

2012-11-25 01:32

administrator   ~0009375

fixed by removing code :-)

https://github.com/spring/spring/commit/44abb8312fc0439dd0796559e9b178f272ee64ee

Issue History

Date Modified Username Field Change
2012-11-22 15:36 abma New Issue
2012-11-23 09:18 abma Summary procmon says .7z archives are read byte by byte => procmon says .sdz archives are read byte by byte
2012-11-23 09:24 abma Note Added: 0009366
2012-11-23 09:28 abma Note Added: 0009367
2012-11-25 01:32 abma Note Added: 0009375
2012-11-25 01:32 abma Status new => resolved
2012-11-25 01:32 abma Resolution open => fixed
2012-11-25 01:32 abma Assigned To => abma
2012-12-05 22:07 abma Changeset attached => spring develop 44abb831