@charliermarsh: It turns out that I forgot to enable hardware-accelerated SHA-256 for ARM. So uv will get much faster in the next relea…

X AI KOLs Following Tools

Summary

uv will get faster in the next release after enabling hardware-accelerated SHA-256 for ARM, improving Trio install wall-time by up to 10%.

It turns out that I forgot to enable hardware-accelerated SHA-256 for ARM. So uv will get much faster in the next release. With it, wall-time for (e.g.) Trio installs improved by up to 10%. https://t.co/L6r4t44JH5
Original Article
View Cached Full Text

Cached at: 07/30/26, 11:54 AM

It turns out that I forgot to enable hardware-accelerated SHA-256 for ARM. So uv will get much faster in the next release.

With it, wall-time for (e.g.) Trio installs improved by up to 10%. https://t.co/L6r4t44JH5

Similar Articles

Speeding up gearhash on ARM64 (2× faster)

Hacker News Top

The article describes optimizations to the `gearhash` Rust crate, adding a NEON backend that doubles performance on ARM64 architectures, improving content-defined chunking for applications like Hugging Face's Xet client.