awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
sindresorhus avatar

sindresorhus/p-reduce

0
View on GitHub↗
74 stars·8 forks·JavaScript·MIT·8 views

P Reduce

Reduce a list of values using promises into a promise for a value

Features

  • Collection Processing - Reduce a list of values using promises.
  • Promise Utilities - Reduces a list of values into a promise.

Star history

Star history chart for sindresorhus/p-reduceStar history chart for sindresorhus/p-reduce

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with P Reduce

These projects share indexed features with P Reduce. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • sindresorhus/p-filtersindresorhus avatar

    sindresorhus/p-filter

    83View on GitHub↗

    Filter promises concurrently

    JavaScript
    View on GitHub↗83
  • sindresorhus/p-racesindresorhus avatar

    sindresorhus/p-race

    52View on GitHub↗

    A better Promise.race()

    JavaScript
    View on GitHub↗52
  • sindresorhus/p-anysindresorhus avatar

    sindresorhus/p-any

    57View on GitHub↗

    Wait for any promise to be fulfilled

    JavaScript
    View on GitHub↗57
  • sindresorhus/p-settlesindresorhus avatar

    sindresorhus/p-settle

    96View on GitHub↗

    Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency

    JavaScript
    View on GitHub↗96
Compare all 30 related projects→

Frequently asked questions

What does sindresorhus/p-reduce do?

Reduce a list of values using promises into a promise for a value

What are the main features of sindresorhus/p-reduce?

The main features of sindresorhus/p-reduce are: Collection Processing, Promise Utilities.

Which projects share features with sindresorhus/p-reduce?

Projects with overlapping indexed features include: sindresorhus/p-race — A better `Promise.race()`. sindresorhus/p-some — Wait for a specified number of promises to be fulfilled. sindresorhus/p-any — Wait for any promise to be fulfilled. sindresorhus/p-filter — Filter promises concurrently. sindresorhus/p-settle — Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency. samccone/promise-semaphore — promise semaphore.