apple/swift-async-algorithms
Async Algorithms for Swift observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 96
- Release rhythm 78
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 72
- age_days: 1696
- days_rel: 65
- days_push: 24
- n_releases_24m: 6
Adoption not part of the score
3704 stars · 223 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
An open-source Swift package providing asynchronous sequence algorithms built on async/await and AsyncSequence. It includes time-based operations like debounce and throttle, and combining operations like merge, combineLatest, and zip.
Use cases
- merge multiple async streams into one
- debounce rapid async events in Swift
- combine latest values from several async sequences
- zip two asynchronous sequences together
- throttle values over time in an async pipeline
- concatenate async sequences with chain
When to choose
- you use Swift async/await and need well-tested async sequence combinators
- you need time-based algorithms like debounce or throttle for async streams
- you want cross-platform, Apple-maintained concurrency utilities
When to avoid
- you work outside the Swift ecosystem
- you need Combine or RxSwift-style reactive APIs with subjects and schedulers
- your project targets Swift versions before 5.5 without async/await support
Facets
library · maturity stable
concurrency developer-tools developer-tools cross-platform cross-platform async-await asyncsequence reactive time-based-algorithms apple swift
1 source
- readme: https://github.com/apple/swift-async-algorithms · fetched 2026-08-28 · 42c8c49661c8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| apple/swift-async-algorithms | main | 90 |
For agents
markdown · JSON · MCP: product_card(name="apple/swift-async-algorithms")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem