Use a plain FixedArray rather than a SeededNumberDictionary for ValueDeserializer::id_map_.
In practice this is a dense array, because there is currently no provision in the format for assigning IDs other than sequentially to every object. Thus a FixedArray is more efficient than a general dictionary. BUG=chromium:148757 Review-Url: https://codereview.chromium.org/2342293003 Cr-Commit-Position: refs/heads/master@{#39486}
Showing
Please
register
or
sign in
to comment