Git Product home page Git Product logo

Comments (6)

lilianmoraru avatar lilianmoraru commented on July 16, 2024 1

@russel Examples of weight usage and of weight_max usage can be found in the benchmarks and also in the demos[1, 2].

from rayon.

cuviper avatar cuviper commented on July 16, 2024

Rayon knows how to split the collection, but it's still an open question to decide when to split. See #81 and this discussion on the users forum.

Try adding a weight call to tune this, or force the finest granularity with weight_max.

from rayon.

russel avatar russel commented on July 16, 2024

@cuviper Hummm… I was assuming Java/Stream/ForkJoin type thing. Do you have an example of idiomatic use rather than the reference to the API documentation?

from rayon.

russel avatar russel commented on July 16, 2024

@lilianmoraru Thanks for those pointers. Those codes have shown me some things about other crates as well as about Rayon. :-)

from rayon.

russel avatar russel commented on July 16, 2024
.weight_max()

does the job as needed.

To avoid violations of the Principal of Least Surprise I wonder if this "maximal parallelism" is a better default that the "keep it sequential" currently in place> After all the name of the function is par_iter.

from rayon.

cuviper avatar cuviper commented on July 16, 2024

FWIW, the current default is not "keep it sequential." Rather, the current default weight is 1.0, and the internal threshold for splitting is 10240.0. So if your total collection is smaller than that, then yes it will run fully sequentially. That threshold is rather arbitrary, which is why we're talking about ways to improve the default experience. I don't think "maximal parallelism" will be the right answer either, but if you want to join the conversation, please visit the links I gave earlier.

from rayon.

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.