ocaml-opam / opam-0install-solver

a solver for opam packages using 0install's solver engine
ISC License
21 stars 13 forks source link

Add code to dump solutions in bulk #4

Closed talex5 closed 4 years ago

talex5 commented 4 years ago

This generates a CSV file with the solution for every package (name) in opam-repository. Useful for checking for regressions.

On my 8-core machine, this took 149.8 s (17.18 packages / second). On a 72-core server, it took 50.6 s (50.79 packages / second).