Skip to main content
VynelixAI

Open Source

Don’t stop early: Case-folding source code at memory speed

Aug 12, 20261 min read

Summary

How a branch-free loop and byte-space arithmetic let GitHub case-fold every byte of code search at >45 GiB/s on a single core. The post Don’t stop early: Case-folding source code at memory speed appeared first on The GitHub Blog.

Open reference source

Key takeaways

How to use this in real systems

  1. 1.In practice: How a branch-free loop and byte-space arithmetic let GitHub case-fold every byte of code search at >45 GiB/s on a single core.
  2. 2.In practice: The post Don’t stop early: Case-folding source code at memory speed appeared first on The GitHub Blog.
  3. 3.In practice: How a branch-free loop and byte-space arithmetic let GitHub case-fold every byte of code search at >45 GiB/s on a single core.
AI NewsGitHub Blog - Open Sourceopen sourceossopen-sourcefrom-news

More in Open Source