181
Rust-Written Zlib-rs Is Not Only Safer But Now Outperforming Zlib C Implementations
(www.phoronix.com)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
I am struggling to understand why you are getting downvoted.
I don't downvote people, but since you asked.
Who asked?
There is no one C version. The version being referred to is the original zlib, which happens to be the worst implementation of four possible zlib back-ends available in the
flate2
crate. Besides the originalzlib
andzlib-rs
, there is zlib-ng andcloudflare_zlib
, both of which are also (still) implemented in C.So being comparable to the original zlib is hardly something to shout about. In fact, individual hobbyists have been beating that implementation just for fun for many years.
That's a lot of inaccurate waffling that could have been entirely written by an LLM, except it's probably too wrong for it to have been done so.
I appreciate the reply