ejmahler / RustFFT

RustFFT is a high-performance FFT library written in pure Rust.
Apache License 2.0
692 stars 48 forks source link

State of Project #88

Closed ferjif closed 1 year ago

ferjif commented 2 years ago

Is this project still actively maintained?

because the last commit is from October 2021. Hope not. I really like this library and plan on using it more and more.

HEnquist commented 2 years ago

It's actively maintained yes. The low rate of commits is just because it's quite mature by now. Bugs are rare, but fixed quickly when found. The next larger change will be when neon support gets finalized, hopefully very soon.

ejmahler commented 2 years ago

Repo owner here - I still keep up with issues and review PRs.

I don't have much time to implement smaller feature requests right now, but I would happy give feedback and accept PRs for them. Other than that, there's not much to do. As @HEnquist said, I consider this library relatively mature, so there just aren't many changes to be made.