stabilizer VS pubgrub

Compare stabilizer vs pubgrub and see what are their differences.

stabilizer

Stabilizer: Rigorous Performance Evaluation (by ccurtsinger)

pubgrub

PubGrub version solving algorithm implemented in Rust (by pubgrub-rs)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
stabilizer pubgrub
6 6
544 314
- 8.6%
0.0 7.9
over 2 years ago 6 days ago
Prolog Rust
Apache License 2.0 Mozilla Public License 2.0
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.

stabilizer

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

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.

What are some alternatives?

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

coz - Coz: Causal Profiling

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

stabilizer - Stabilizer: Rigorous Performance Evaluation (llvm-12 fork)

rattler - Rust crates to work with the Conda ecosystem.

cargo-show-asm - cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code

poop - Performance Optimizer Observation Platform

compiler-team - A home for compiler team planning documents, meeting minutes, and other such things.

flamegraph - Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3