Y
Hacker News
new
|
ask
|
show
|
jobs
by
nharmata-google
4112 days ago
https://github.com/google/bazel/tree/master/src/main/java/co...
is the implementation of the skyframe engine (the general-purpose memoizing, incremental, functional evaluation framework) and
https://github.com/google/bazel/tree/master/src/main/java/co...
contains the implementation of bazel-on-top-of-skyframe.