TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

WebFFT – The Fastest Fourier Transform on the Web

30 pointsby sonicrocketman4 months ago

5 comments

slwvx4 months ago
The tagline is too close to &quot;Fastest Fourier Transform in the West&quot; or FFTW [1].<p>The name &quot;WebFFT&quot; is fine, just do away with the &quot;Fastest...&quot; bit. It looks like the author is trying to piggy-back on the FFTW brand.<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;FFTW" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;FFTW</a>
nynx4 months ago
Using a list of heap allocated objects for a 2d FFT is an odd choice.
blharr4 months ago
It&#x27;s also worth checking out the project that the creator uses it in: <a href="https:&#x2F;&#x2F;github.com&#x2F;IQEngine&#x2F;IQEngine">https:&#x2F;&#x2F;github.com&#x2F;IQEngine&#x2F;IQEngine</a>
akomtu4 months ago
How does it compare with <a href="https:&#x2F;&#x2F;github.com&#x2F;webfft&#x2F;webfft.github.io">https:&#x2F;&#x2F;github.com&#x2F;webfft&#x2F;webfft.github.io</a>?
评论 #42827978 未加载
评论 #42825265 未加载
cozzyd4 months ago
The title is an obvious reference to fftw.<p>I&#x27;ll have to try it out, I&#x27;ve used a transpiled kissfft until now.