SootUp icon indicating copy to clipboard operation
SootUp copied to clipboard

check new Collection( size ) calls to reduce memory/copying backing datastructure

Open swissiety opened this issue 3 years ago • 0 comments

  • [ ] replace occurences of new Collection( size ) calls and replace them with guavas Map.newCollectionWithExpectedSize( size) to avoid resizing the backing datastructure while inserting the expected amount of items

swissiety avatar Jun 09 '21 13:06 swissiety