TraceMachina / nativelink

NativeLink is an open source high-performance build cache and remote execution server, compatible with Bazel, Buck2, Reclient, and other RBE-compatible build systems. It offers drastically faster builds, reduced test flakiness, and specialized hardware.
https://nativelink.com
Apache License 2.0
1.14k stars 104 forks source link

Add memory store optimized subscription API #988

Closed allada closed 3 months ago

allada commented 3 months ago

This will make memory store much more efficient for cases where subscribe is used.

closes #987


This change is Reviewable