SootUp
SootUp copied to clipboard
check new Collection( size ) calls to reduce memory/copying backing datastructure
- [ ] 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