TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

105 点作者 carlosedp将近 7 年前

4 条评论

gok将近 7 年前
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 未加载
haimez将近 7 年前
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.
chinhodado将近 7 年前
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 未加载
dnautics将近 7 年前
For encrypted streams, for example, or Web requests even, is crypto often the latency bottleneck?
评论 #17721449 未加载