Coder Social home page Coder Social logo

Comments (1)

oyvindberg avatar oyvindberg commented on August 20, 2024

Not at all really, Bleep just defers to Bloop. See for instance the implementation of Test - it's just forwarding through BSP.

Bloop on the other hand does keep some state to avoid needless recompiling, particularly through zinc.

For tests it is not feasible to safely cache test results on the JVM, as you would need both some proof of pureness and a digest of the transitive call graph for each test - like what unison does.

The only cache in Bleep is for for resolving dependencies through coursier. What is done there is the definition of a dependency has been heavily constrained from sbt (dropping a decade of incredibly obtuse ivy-stuff nobody uses), so that it's much easier to cache. Constraining the dependency "language" makes it much easier to cache, so this is a large part of why Bleep loads builds almost instantly - it trades disk space for speed.

from bleep.

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.