Dave Borowitz 5b33f03e5e ChangeQueryProcessor: Don't rescan plugins when sizing list
DynamicMap#plugins() creates a new TreeSet on every invocation. We were
just doing this to presize an ArrayList, which makes it seem like we
care about reducing allocations, but was probably actually increasing
allocations. Fortunately, we can just presize using the multimap we
already have. This also allows us to remove a redundant instance field.

Change-Id: Ie5998add61d4848e184a37f4f237da132802a00f
2019-02-21 11:01:57 -08:00
..
2018-12-21 13:54:37 -08:00
2018-11-13 15:06:26 -08:00
2018-08-14 08:07:59 +02:00