Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
georgehm
11y ago
0 comments
Save
Share
What about skyframe?
http://bazel.io/docs/skyframe.html
looks like an overview without any examples. Couldn't find any references to it in the bazel code at github too.
0 comments
1 comments · 1 top-level
top
newest
oldest
nharmata-google
11y 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.
j
/
k
navigate · click thread line to collapse