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.

Converting ASCII strings to lower case at crazy speeds with AVX-512

11 pointsby usdogu10 months ago

1 comment

Tringi10 months ago
As awesome as these algorithms are, I can never imagine use case.<p>Any time I need to turn something into uppercase or lowercase, it&#x27;s user&#x27;s input or something Unicode. Which can be in any random language, so all the crazy Unicode casing rules apply.<p>I mean, Czech could work by canonical Unicode decomposition and then re-composition afer case change ...but the input can be in Russian or Greek. I can&#x27;t imagine accelerating that, or rather taking into account all the ranges.
评论 #41150584 未加载
评论 #41151643 未加载