Giter Site home page Giter Site logo

Comments (5)

amyreese avatar amyreese commented on June 2, 2024 1

Hmm, you're right. I misremembered what imap actually meant in this context. map_unordered does seem to be a better fit in that case, given that aiomultiprocess doesn't really do anything "lazy" in processing tasks/results.

from aiomultiprocess.

amyreese avatar amyreese commented on June 2, 2024

I think this would be a relatively easy addition to pool.Pool. I'd ideally like to see it called imap() to match the standard multiprocessing module, but would need to implement an unordered version of PoolResult and/or Pool.results(). Happy to give guidance if someone wants to work on this before I have the time.

from aiomultiprocess.

karolzlot avatar karolzlot commented on June 2, 2024

I think if we want to match multiprocessing module naming then it should be imap() and imap_unordered().

source: https://stackoverflow.com/a/26521507/8896457

from aiomultiprocess.

rahulkumawat1 avatar rahulkumawat1 commented on June 2, 2024

were you able to get this behavior from other library or any other way? @karolzlot

from aiomultiprocess.

karolzlot avatar karolzlot commented on June 2, 2024

I think I just added results to shared queue, a and processed from it in another process. You can find this solution in another issue in this repo.

from aiomultiprocess.

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.