TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Go 1.11beta3 is in average 11x faster for crypto/tls benchmarks on ARM64

105 pointsby carlosedpalmost 7 years ago

4 comments

gokalmost 7 years ago
Sadly if you use the latest stream cipher that crypto people are hot on, and will often be the default in TLS 1.3, you’ll get no benefit :( ARM64 only has instructions for AES.
评论 #17721468 未加载
haimezalmost 7 years ago
Yeah, that's what using hardware specific instructions will get you. Haven't read the changelog, assuming so based on the fact is ARM and the improvement yield.
chinhodadoalmost 7 years ago
Can someone explain to me why there is an inherent contradiction in that hardware/software keep trying to be faster in crypto computation, while crypto algorithms (like argon2?) keep trying to be harder and harder to run fast?
评论 #17721305 未加载
评论 #17721346 未加载
dnauticsalmost 7 years ago
For encrypted streams, for example, or Web requests even, is crypto often the latency bottleneck?
评论 #17721449 未加载