buck2 icon indicating copy to clipboard operation
buck2 copied to clipboard

Check performance of tset artifactvalues cache

Open cjhopman opened this issue 6 months ago • 3 comments

There's an interesting issue in bazel here: https://github.com/bazelbuild/bazel/discussions/21378. There's a repro for a bad perf case of their merkle tree cache here: https://github.com/DavidANeil/repro-bazel-nested-set/tree/master. That cache seems like it likely does something very similar to how we cache the ActionSharedDirectory for tset nodes, the repro might be a good example for us to check performance on.

cjhopman avatar Aug 07 '24 05:08 cjhopman