issues
search
simuons
/
rules_clojure
Clojure rules for Bazel
Apache License 2.0
34
stars
8
forks
source link
Improve performance
#48
Open
simuons
opened
3 years ago
simuons
commented
3 years ago
Every target start a jvm and this is slow.
Few thought:
use persistent workers
aot scripts
check need for whole jdk in runfiles
Every target start a jvm and this is slow.
Few thought: