Skip to content

perf(fft): cache FFT instances#377

Merged
lpatiny merged 2 commits into
mainfrom
perf/reimfft-cache-cap
Jun 22, 2026
Merged

perf(fft): cache FFT instances#377
lpatiny merged 2 commits into
mainfrom
perf/reimfft-cache-cap

refactor: share a single FFT instance cache across all FFT functions

55699cf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 22, 2026 in 0s

97.12% (-0.04%) compared to c5468e2

View this Pull Request on Codecov

97.12% (-0.04%) compared to c5468e2

Details

Codecov Report

❌ Patch coverage is 93.75000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.12%. Comparing base (c5468e2) to head (55699cf).

Files with missing lines Patch % Lines
src/utils/fftCache.ts 92.30% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #377      +/-   ##
==========================================
- Coverage   97.15%   97.12%   -0.04%     
==========================================
  Files         206      207       +1     
  Lines        4115     4141      +26     
  Branches     1031     1036       +5     
==========================================
+ Hits         3998     4022      +24     
- Misses        113      115       +2     
  Partials        4        4              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.