Hi, I am a game developer, and performance (speed) has always been of critical importance for my tasks. I noticed that you have transitioned to Rust, which I find to be a perfectly reasonable step. However, this does not mean that the C implementation is now obsolete.
To confirm this, I conducted a small benchmark and verified that when handling large datasets, the speed difference is highly critical (significant), which currently prevents me from using Rust as my primary foundation.
Please review the test results. The C implementation is not outdated; it is simply the fastest available implementation, and as such, it deserves full support and continued development.
Rust cannot be a replacement for C; Rust is an excellent complement.