Performance|libcore: Minor performance tuning
ArchiveEntryFile avoids repeatedly looking up the entry in the Archive,which would occur particularly when reading data in small increments.
ScriptSystem uses hashes instead of maps for modules.
View differences
Performance|libcore: Minor performance tuning
ArchiveEntryFile avoids repeatedly looking up the entry in the Archive,
which would occur particularly when reading data in small increments.
ScriptSystem uses hashes instead of maps for modules.