aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/collect/nestedset/NestedSetStore.java
Commit message (Expand)AuthorAge
* Delete switch for nested set serialization. It's fast enough to be on by defa...Gravatar janakr2018-06-19
* Fix bug in NestedSetStore where racing deserializations could create multiple...Gravatar janakr2018-06-16
* Allow deserialization futures as NestedSet contents, with unrolling blocking ...Gravatar cpeyser2018-06-13
* Use com.google.common.cache instead of MapMaker.Gravatar Googler2018-05-03
* Serialization of NestedSet<NestedSet> with NestedSetCodecWithStore waits onGravatar cpeyser2018-05-03
* Refactor NestedSet to permit alternate NestedSetStore implementations.Gravatar cpeyser2018-04-30
* Serialize singleton NestedSets directly in NestedSetCodecWithStore.Gravatar cpeyser2018-04-25
* Introduce NestedSetStore, which persists information used for NestedSet seria...Gravatar cpeyser2018-04-19