Giter Site home page Giter Site logo

adjustco's People

Contributors

spomega avatar

Watchers

 avatar

adjustco's Issues

A small improvement requested

The solution you have provided looks good. But it has the problem that it performs requests in batches. This approach has the downside that each batch has to wait for the slowest request to finish before the next batch can begin.

Consider the case where you have 100 URLs, out of which every 10th takes 10 seconds to finish, while all the others take 1 second each. With a parallelism of 10, you take a batch of 10 URLs. In the first second all ten goroutines are doing work. After that, for the next 9 seconds only one of them is still busy with the long running request, while the other 9 have already finished.

Are you able to make it so that whenever a request completes another request is able to be started immediately, while still only allowing -parallel many requests to run concurrently.

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.