Hi! I’m mado from Fyra Labs! We’re the people behind Terra, which is a third-party repository that contains thousands of packages.
We have our own package delivery system called subatomic, which (v0) was written in Go, and shelled out to createrepo_c. Due to many different constraints, I took the initiative to rewrite it in Rust!
subatomic v1 comes with its own logic for repodata generation, and according to our (simple) benchmarks, it performs significantly better than createrepo_c, which is why we created a separate binary called kiritan acting as a simple replacement for createrepo_c. Try it out! (You’ll unfortunately need to build it manually for now, and it requires Rust nightly.)
You can check out the blog post here for more details: Kiritan: 10× Faster Alternative to Createrepo_c
Source code: GitHub - FyraLabs/subatomic: A modern package delivery system for RPMs · GitHub