Git Product home page Git Product logo

Comments (3)

oconnor663 avatar oconnor663 commented on July 23, 2024

Yes, we could write nothing-actually-built cache keys as well as actual-input-trees cache keys, and we could check both at build time. The former will usually prevent the latter from getting hit, but the latter can help in cases where e.g. two different modules turn out to provide the same outputs.

from peru.

oconnor663 avatar oconnor663 commented on July 23, 2024

Note that nothing-actually-built cache keys can't be computed for anything that depends (even transitively) on an overridden module. Actual-input cache keys can, though.

from peru.

oconnor663 avatar oconnor663 commented on July 23, 2024

https://phabricator.buildinspace.com/D57 is reorganizing cache key behavior. The remote module will now cache only its fetch tree, so imports will not be part of that cache key. The imported modules will also independently cache their own fetch trees, and then the shared tree merging code will cache the merged result.

Nothing-actually-built-cache-keys (as opposed to actual-inputs-cache-keys) behave badly in the presence of overrides. They're either not going to change when the override changes, which would be broken, or they won't be computable at all. They will also cause a problem we've tried to avoid before, where different modules have different cached views of the same dependency. Actual-inputs-cache-keys are the more robust model.

We've moved in a direction where different parts of the program do more granular caching, so the notion of One Big Key that represents a module or a target is no longer really useful. Cache keys are now more of an implementation detail of classes than they are something that classes expose.

from peru.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.