Jounce/Surge
A Swift library that uses the Accelerate framework to provide high-performance functions for matrix math, digital signal processing, and image manipulation. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4408
- days_rel: n/a
- days_push: 1140
- n_releases_24m: 0
Adoption not part of the score
5325 stars · 475 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Surge is a Swift library that wraps Apple's Accelerate framework to expose high-performance SIMD-accelerated functions for matrix math, digital signal processing, and image manipulation. It makes Accelerate's obscure APIs accessible with simple, ergonomic Swift calls over arrays of numbers.
Use cases
- perform fast matrix arithmetic in Swift
- run FFT and DSP operations on audio signals
- accelerate convolution and trigonometric computations over arrays
- speed up image manipulation on Apple platforms
- replace slow loops with SIMD-accelerated vector math
When to choose
- you're on Apple platforms (macOS/iOS) writing Swift and need fast numeric computation
- you want Accelerate's SIMD performance without dealing with its C APIs
- you process large arrays for signal processing or linear algebra
When to avoid
- you're not on Apple platforms, since Accelerate is Apple-only
- your datasets are small, where Accelerate overhead can make it slower than plain loops
- you need GPU or cross-platform (Linux/Windows) acceleration
Facets
library · maturity maintenance
math image-processing audio-processing mathematics performance accelerate simd dsp fft matrix-math convolution trigonometry apple-platforms algorithms macos ios swift
1 source
- readme: https://github.com/Jounce/Surge · fetched 2026-08-28 · 0202f9134a0a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Jounce/Surge | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem