DescriptionIndex initialization improvements for Simple Cache.
The Simple Cache index initialization path was making far too
many allocations, which caused an unneeded early peak in the
heap during index initialization. By reserving memory for
table resizes and making merges from small sets into big sets,
this peak is cut significantly.
R=pliard,ttuttle
BUG=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216941
Patch Set 1 #Patch Set 2 : fix minor bahg #Patch Set 3 : rebase to trunk #Patch Set 4 : lint #Patch Set 5 : clean up code some #Patch Set 6 : margin on resizes, clean up for review #Patch Set 7 : add unit test, fix windows build. #
Total comments: 2
Messages
Total messages: 12 (0 generated)
|