zerobrew takes a lot of ideas from uv - packages live in a content-addressable store (by sha256), so reinstalls are instant. Downloads, extraction, and linking run in parallel with aggressive HTTP caching. It pulls from Homebrew's CDN, so you can swap brew for zb with your existing commands. This le...
Thread
Stories related to "zerobrew is a Rust-based, 5-20x faster drop-in Homebrew alternative" across the full archive.
zerobrew takes a lot of ideas from uv - packages live in a content-addressable store (by sha256), so reinstalls are instant. Downloads, extraction, and linking run in parallel with aggressive HTTP caching. It pulls from Homebrew's CDN, so you can swap brew for zb with your existing commands. This le...
We are thrilled to announce the release of pgvecto.rs, a powerful Postgres extension for vector similarity search written in Rust. Its HNSW algorithm is 20x faster than pgvector at 90% recall. But speed is just the start - pgvecto.rs is architected to add new algorithms easily. We've made it an ext...
A graph-based higher-order intermediate representation (demonstrated with Impala, a dialect of Rust)
(compilers.cs.uni-saarland.de)
This library is now 1 year old and has followed Rust's many changes along the way. It has been a great experiment in making zero copy, completely generic parsers in Rust. Now, it is at last stable enough for most uses.
aljabar - an experimental n-dimensional linear algebra library for Rust based on const generics
(github.com)
An extremely small and incomplete linear algebra I wrote over the weekend to test Rust's handling of const generics.
[Video link to Vermona being presented](https://vimeo.com/376180843)
[slides](https://www.slideshare.net/KTNUK/digital-security-by-design-security-and-legacy-at-microsoft-matthew-parkinson-microsoft)
Numbers: https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/rust.html
Introducing cap-std, a capability-based version of the Rust standard library
(blog.sunfishcode.online)