Giter Site home page Giter Site logo

Comments (3)

tibbe avatar tibbe commented on June 3, 2024

Being lazy in the base case, like the Prelude's take is usually not very useful and hurts performance because other arguments can no longer be unboxed (because they might not be used). In other places in containers (e.g. Data.IntMap.lookup) I believe being lazy in the base case costs as much as 10% performance.

I even wrote about it: http://johantibell.com/files/haskell-performance-patterns.html#(11) (and also elsewhere).

from containers.

treeowl avatar treeowl commented on June 3, 2024

@tibbe In the page you linked to, laziness in the base case prevents the Int argument from being unboxed, which is obviously bad. In this case, laziness in the i<=0 case does not do this, so it's not clear to me whether it's bad or not. That said, I think we can probably both agree that the current implementation is the worst of both worlds. I don't mind following GHC's semantics (as described above), and I also don't mind switching to completely strict semantics for this.

from containers.

treeowl avatar treeowl commented on June 3, 2024

Fixed by aaf5408

from containers.

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.