aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/TransitiveInfoProviderMapOffsetBasedTest.java
Commit message (Collapse)AuthorAge
* Optimize TransitiveInfoMap memory consumption.Gravatar Googler2017-05-09
Instead of using ImmutableMap, we share the keys between all provider maps with an identical key set. PiperOrigin-RevId: 155432135