mamba-org / mamba

The Fast Cross-Platform Package Manager
https://mamba.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.97k stars 359 forks source link

fix: Only register channels in the context once #3521

Closed jjerphan closed 1 month ago

jjerphan commented 1 month ago

Partially fix https://github.com/mamba-org/mamba/issues/3393.

jjerphan commented 1 month ago

Actually one needs to first fix the regression observed between 1.x and 2.0.

JohanMabille commented 1 month ago

I don't see how the performance regression is preventing us from factorizing out code.

jjerphan commented 1 month ago

As discussed IRL, let's first merge this PR and let's tackle this other issue in another one.