GithubHelp home page GithubHelp logo

Comments (1)

jessi68 avatar jessi68 commented on August 19, 2024

제 생각에는 많은 데이터들을 필요하지도 않는데, 한번에 계산하는 상황이 단일 데이터 처리보다 성능에 영향을 미치기 때문에, 지연 평가가 주로 iterable 을 사용한 코드에서 이루어진다고 생각합니다. 그래서 iterable 이 아닌 lazy evaluation 을 사용하는 코드가 잘 주목받지 못한게 아닐까 조심스럽게 예측해봅니다. 그나마 생각나는 예시는 a && b 에서 a 가 참이면 b 문을 애초에 실행하지 않는 경우도 lazy evaluation 이 적용된 사례라고 생각합니다. 또한 반복되는 evaluation 을 한번만 계산하는 것도 lazy evaluation 에 포함된다고 알고 있습니다.

from jsdeepdive_study.

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.