Giter VIP home page Giter VIP logo

Comments (2)

RonenNess avatar RonenNess commented on May 29, 2024

Hi Katy, thanks!

The performance tests do not include the compile time, only execution.

In addition its important to mention that after the first time a program executes some internal caching is made, so next runs are faster - this factor also affected the performance tests (for example mathematical expressions and some built-in functions may be cached).

So best practice for performance is:

  1. Pre-compile everything you can.
  2. If you need to run the same program multiple times its best to use the same program instance and not respawn a new program every time (so you can enjoy internal caching).

I added the comments above to the Readme file.

May I close this ticket or there's anything else you'd like to know on this subject?
Thanks!

from adder.

katywings avatar katywings commented on May 29, 2024

Hey Ronen

Ty for the detailled answer, that absolutely fine. I will try it out and see how it works in my env ;)

Toodaloo
Katja

from adder.

Related Issues (4)

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.