Skip to content

nielsdekoeijer/fftiny.zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fftiny.zig

A tiny functional fft library written in pure zig. Took some inspiration from RustFFT, PFFFT and this implementation of split radix I found. By no means optimal: mainly an intellectual exercise for me, but by all means use it for whatever you'd like. It run's about 2 times as slow as RustFFT for me on x86 and 1.5 to 2 times slower than RustFFT on a raspberry pi for size 256 FFTs. Heavy disclaimer: these are micro-benchmarks so take this with a grain of salt.

About

An FFT library in zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages