snaggen@programming.dev to Rust@programming.dev · 1 month agoRustls Outperforms OpenSSL and BoringSSL - Prossimowww.memorysafety.orgexternal-linkmessage-square10fedilinkarrow-up154arrow-down10
arrow-up154arrow-down1external-linkRustls Outperforms OpenSSL and BoringSSL - Prossimowww.memorysafety.orgsnaggen@programming.dev to Rust@programming.dev · 1 month agomessage-square10fedilink
minus-squareSolemarc@lemmy.worldlinkfedilinkarrow-up2arrow-down5·1 month 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-up13·1 month 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.