pubgrub VS rattler

Compare pubgrub vs rattler and see what are their differences.

pubgrub

PubGrub version solving algorithm implemented in Rust (by pubgrub-rs)

rattler

Rust crates to work with the Conda ecosystem. (by mamba-org)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pubgrub rattler
6 3
316 217
5.4% 8.8%
8.2 9.6
3 days ago 2 days ago
Rust Rust
Mozilla Public License 2.0 BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pubgrub

Posts with mentions or reviews of pubgrub. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-05.
  • The magic of dependency resolution
    2 projects | /r/rust | 5 Jul 2023
    I initially spend quite some time investigating PubGrub for conda (using the awesome rust implementation) but gave up after some time. The biggest issue was that the primitive used in the pubgrub algorithm is the concept of a range and the mathematical operations you can apply to it. This makes the algorithm very good at reasoning about whether or not a particular spec is worth considering. However, it requires that you can express a set of versions as a continuous range. This is often the case when you talk about things like semver, but in conda there are many more factors to consider, for instance, a spec (matchspec in condas case) might, besides referring to a version also refer to a build string in the form of globs ("*cuda") or build numbers, different platforms, features, hashes and you can even use regular expressions in there. I have not been able to figure out a way to map conda matchspecs into a range primitive that works for pubgrub.
  • Compiling Rust is NP-hard
    2 projects | /r/rust | 7 Jul 2021
    Note that the type system is turing complete, so NP-Hard is not so bad. :-) Also if you are interested in working on a useful NP-Hard problem in rust, we would love help with the PubGrub project!
  • Announcing version 0.2.1 of pubgrub, a dependency solver.
    3 projects | /r/rust | 30 Jun 2021
    Thanks! it's still a bit fuzzy for me but I've added an issue for this: https://github.com/pubgrub-rs/pubgrub/issues/101 and when we have the time we'll try to implement it!
  • Announcing elm-test-rs 1.0.0, a new tests runner for the Elm language, built in Rust
    2 projects | /r/rust | 1 Mar 2021
    I am pleased to announce elm-test-rs 1.0.0, a tests runner for the Elm language, like elm-test, mostly built in Rust. This has been a long road and it also included the implementation of the pubgrub dependency solver in Rust to re-conciliate normal and tests dependencies.
  • Criterion.rs v0.3.4 And Iai 0.1.0
    2 projects | /r/rust | 24 Jan 2021
    If a major pro of Iai is that it can be run in CI, then a guide to setting that up would be great! I would love to use pubgrubs as a guinea pig, if that helps.

rattler

Posts with mentions or reviews of rattler. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-19.

What are some alternatives?

When comparing pubgrub and rattler you can also consider the following projects:

stabilizer - Stabilizer: Rigorous Performance Evaluation

cibuildwheel - 🎡 Build Python wheels for all the platforms with minimal configuration.

elm-solve-deps - A dependency solver for the elm ecosystem

rip - A safe and ergonomic alternative to rm

tink-rust - Rust port of Tink cryptography library

MediaTracker - Self hosted media tracker for movies, tv shows, video games, books and audiobooks

rich - Rich is a Python library for rich text and beautiful formatting in the terminal.

fml9000 - work in progress music player with Rust+GTK4

gitoxide - An idiomatic, lean, fast & safe pure Rust implementation of Git

freebsd-src - The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests....

directories-rs - a mid-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows

manim - A community-maintained Python framework for creating mathematical animations.