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.

Fast Checksums with Portable SIMD

5 pointsby jtsylveover 2 years ago

1 comment

jtsylveover 2 years ago
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>