p-map

Map over promises concurrently (by sindresorhus)

P-map Alternatives

Similar projects and alternatives to p-map

  1. Bluebird

    10 p-map VS Bluebird

    :bird: :zap: Bluebird is a full featured promise library with unmatched performance.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. delay

    4 p-map VS delay

    Delay a promise a specified amount of time

  4. rfpify

    0 p-map VS rfpify

    [DEPRECATED] Promisify a result-first callback function. (by SamVerschueren)

  5. promise-memoize

    Memoize promise-returning functions. Includes cache expire and prefetch.

  6. pify

    2 p-map VS pify

    Promisify a callback-style function

  7. pinkie-promise

    1 p-map VS pinkie-promise

    Promise ponyfill with pinkie

  8. Publish / Subscribe

    JavaScript implementation of the Publish/Subscribe pattern

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. valvelet

    0 p-map VS valvelet

    Limit the execution rate of a function

  11. pathfinder

    15 p-map VS pathfinder

    Mapping tool for EVE ONLINE (by exodus4d)

  12. cps

    9 p-map VS cps

    Continuation-Passing Style for Nim 🔗

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better p-map alternative or higher similarity.

p-map discussion

Log in or Post with

p-map reviews and mentions

Posts with mentions or reviews of p-map. We have used some of these posts to build our list of alternatives and similar projects.
  • Improving JavaScript Performance: Understanding Async Tasks in Arrays
    1 project | dev.to | 27 Aug 2024
    p-map is a lightweight library that helps you handle asynchronous operations on arrays with controlled concurrency. It allows you to map over an array of promises and specify a limit on the number of concurrent operations. This is particularly useful when you need to perform tasks like fetching data from multiple URLs, processing files, or interacting with APIs, as it helps prevent overwhelming your server or exceeding API rate limits. By using p-map, you can strike a balance between speed and resource management, ensuring that your application remains stable and responsive under load.
  • Handling heavy memory tasks asynchronously
    1 project | dev.to | 15 Mar 2021
    p-map

Stats

Basic p-map repo stats
2
1,429
3.9
7 months ago

sindresorhus/p-map is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of p-map is JavaScript.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?