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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Fast Checksums with Portable SIMD

5 点作者 jtsylve超过 2 年前

1 comment

jtsylve超过 2 年前
I experimented with the proposed parallel data type extensions to the C++ standard library. I got impressive performance gains for calculating APFS fletcher checksums without resorting to compiler intrinsics or inline assembly.<p>Gains were even more impressive when adding some simple loop unrolling: <a href="https:&#x2F;&#x2F;jtsylve.blog&#x2F;post&#x2F;2022&#x2F;12&#x2F;24&#x2F;Blazingly-Fast-er-SIMD-Checksums" rel="nofollow">https:&#x2F;&#x2F;jtsylve.blog&#x2F;post&#x2F;2022&#x2F;12&#x2F;24&#x2F;Blazingly-Fast-er-SIMD-...</a>