rules_clojure icon indicating copy to clipboard operation
rules_clojure copied to clipboard

Improve performance

Open simuons opened this issue 5 years ago • 0 comments
trafficstars

Every target start a jvm and this is slow.

Few thought:

  • use persistent workers
  • aot scripts
  • check need for whole jdk in runfiles

simuons avatar Nov 15 '20 21:11 simuons