Code Monkey home page Code Monkey logo

mamba's Introduction

mamba, an experiment to make conda faster

Still in BETA! Don't use mamba to install something in valuable environments!

Mamba is a reimplementation of the bits which are somewhat slow in conda. Mamba uses:

  • parallel downloading of JSON files using multiprocessing, and reusing conda's caches
  • simdjson, a hyper high performance library in C++ to parse the repodata.json (which is getting larger and larger, e.g. for conda-forge)
  • libsolv for speedy dependency solving, a state of the art library used in the package manager of Fedora and others

At the same time, mamba re-uses a lot of conda's codebase to parse the command line and execute the transaction (installation & deinstallation of packages).

Installation

From conda-forge:

conda install mamba -c conda-forge

From Source:

Make sure to have the following requirements in your conda environment:

  • conda install pybind11 libsolv conda cmake

After that, cd include, mkdir build, cd build, cmake .., make, switch back to the mamba root folder with cd ../../. Now you are ready to install packages with ./bin/mamba install xtensor-r for example. Channels, and strict priority are currently supported.

We know how to implement feature support, but it's not done in this C++ port, yet.

Support us

If you want to stay up to date with Mamba development, follow @wuoulf on Twitter. For questions, you can also join us on QuantStack Chat or on the conda channel (note that this project is not officially affiliated with conda or Anaconda Inc.).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.