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-filter

0
View on GitHub↗
83 stars·11 forks·JavaScript·MIT·14 views

P Filter

Filter promises concurrently

Features

  • Collection Processing - Filter promises concurrently.
  • Promise Utilities - Filters promises concurrently.

Star history

Star history chart for sindresorhus/p-filterStar history chart for sindresorhus/p-filter

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 Filter

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

    sindresorhus/p-race

    52View on GitHub↗

    A better Promise.race()

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

    sindresorhus/p-reduce

    74View on GitHub↗

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

    JavaScript
    View on GitHub↗74
  • 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-filter do?

Filter promises concurrently

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

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

Which projects share features with sindresorhus/p-filter?

Projects with overlapping indexed features include: sindresorhus/p-reduce — Reduce a list of values using promises into a promise for a value. 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-race — A better `Promise.race()`. sindresorhus/p-settle — Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency. samccone/promise-semaphore — promise semaphore.