Giter Site home page Giter Site logo

Comments (3)

AgnerF avatar AgnerF commented on June 20, 2024

It is not efficient to make a thread-local static object. It is more efficient to construct the object in the thread function as explained in the manual (ranvec1_manual.pdf example 2.2).

Your BernoulliVecFloat function can have a reference to the ran object as a parameter, or BernoulliVecFloat could be member of a class that inherits from ran.

Your solution is OK if the performance is satisfactory. My design does not have initialization in the constructor because there are three different initialization methods, and it may be convenient for the programmer to calculate the seed after constructing the ran object.

I can add an extra constructor with a seed parameter in the next version.

from add-on.

 avatar commented on June 20, 2024

Thank you very much for your reply and sorry for the long wait!
I followed your advice and changed my code as explained in the ranvec1 manual.
It works perfectly and the performance is very good but I must admit I don't notice a real increase in execution speed either compared to the thread_local static object. But if I should write some specific testing code between the two I probably will notice some difference in efficiency. It's certainly not slower either.

from add-on.

AgnerF avatar AgnerF commented on June 20, 2024

done

from add-on.

Related Issues (8)

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.