snaggen@programming.dev to Rust@programming.dev · 4 months agoRustls Outperforms OpenSSL and BoringSSL - Prossimowww.memorysafety.orgexternal-linkmessage-square11fedilinkarrow-up166arrow-down10
arrow-up166arrow-down1external-linkRustls Outperforms OpenSSL and BoringSSL - Prossimowww.memorysafety.orgsnaggen@programming.dev to Rust@programming.dev · 4 months agomessage-square11fedilink
minus-squareSolemarc@lemmy.worldlinkfedilinkarrow-up3arrow-down9·4 months agoI can’t be bothered to build them but looking at the releases on GitHub openssl 3.4.0 is 17.5mb and rustls is 2.6mb. both of these releases are source files not binaries but I don’t see how rustls could possibly be larger than openssl.
minus-squareUsername@feddit.orglinkfedilinkarrow-up18·4 months agoComparing source code sizes is completely meaningless. Rust projects are usually smaller with far more granular dependencies.
I can’t be bothered to build them but looking at the releases on GitHub openssl 3.4.0 is 17.5mb and rustls is 2.6mb. both of these releases are source files not binaries but I don’t see how rustls could possibly be larger than openssl.
Comparing source code sizes is completely meaningless. Rust projects are usually smaller with far more granular dependencies.