Dump/undump reuse strings
A repeated string in a dump is represented as an index to its first occurence, instead of another copy of the string.
This commit is contained in:
Reference in New Issue
Block a user
A repeated string in a dump is represented as an index to its first occurence, instead of another copy of the string.