It turned into a package manager for macOS that uses Homebrew's bottle ecosystem, consistently ~2x faster than Homebrew on large install graphs.
It's written in Rust, but most performance ideas are independent of the language.
It turned into a package manager for macOS that uses Homebrew's bottle ecosystem, consistently ~2x faster than Homebrew on large install graphs.
It's written in Rust, but most performance ideas are independent of the language.
theycallmeritik•44m ago
henrikklee•4m ago
There is no mirror selection, all bottles are downloaded directly from GHCR's CDN.
The speedup comes mostly from one shot resolution, intelligent download scheduling and parallelization of install and postinstall work.
Packages are installed to /opt/glustore so they don't affect Homebrew installed packages.