bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
182 stars 90 forks source link

Does the rules_cc support Persistent Workers ? #109

Closed weimch closed 8 months ago

weimch commented 3 years ago

I find the Persistent Workers described in the official document may useful in speeding up the compile speed when building bazel c++ project.

I want to known below questions:

  1. Does this feature already been implemented?
  2. If not, is there exists some problem to do the implementation(Java and many language already support it) ?