- Kindly provided by Xu Meng.
What is Mamba?
mamba
is a reimplementation of the conda package manager in C++.
-
parallel downloading of repository data and package files using multi-threading
-
libsolv for much faster dependency solving, a state of the art library used in the RPM package manager of Red Hat, Fedora and OpenSUSE
-
core parts of
mamba
are implemented in C++ for maximum efficiency
At the same time, …