Assigned
Status Update
Comments
al...@google.com <al...@google.com> #2
Also doesn't work in AS 2024.3.2 Canary 4 and Compose 1.8.0-beta01
le...@google.com <le...@google.com> #3
Andrei: Is this the same as
le...@google.com <le...@google.com> #4
Triage notes: Needs investigation. Assigning for later.
Description
- Pending.getNext allocates an iterator for the multiMap.pop() call.
- keyMap could avoid using LinkedHashSet and instead use ScatterMap/ScatterSet potentially.
- avoid use of `lazy` for `keyMap`
- groupInfos could use ScatterMap to great benefit since we are currently iterating through the values frequently which allocates and extra object and is also slower than scattermap's iteration