Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the jlap format #81

Closed
wolfv opened this issue Feb 28, 2023 · 3 comments · Fixed by #197
Closed

Implement the jlap format #81

wolfv opened this issue Feb 28, 2023 · 3 comments · Fixed by #197
Assignees
Labels
enhancement New feature or request

Comments

@wolfv
Copy link
Contributor

wolfv commented Feb 28, 2023

It would be nice to implement the jlap format for partial repodata updates (using a specific sequenece of JSON patch applications).

That makes interactive usage faster because only a subset of the entire data needs to be fetched over the network.

@dholth
Copy link
Contributor

dholth commented Mar 1, 2023

This is the predecessor to the jlap forma in rust https://github.com/dholth/jdiff/. It is basically the same except that there is an array of patches instead of a line-based format.

It turns out Python has very fast json support (generating the patches on pypi was faster), and this was put aside.

@baszalmstra baszalmstra added the enhancement New feature or request label Mar 28, 2023
@travishathaway
Copy link
Contributor

@wolfv, please assign me to this issue.

@dholth, I would be happy to get your assistance on this if you're interested too.

@wolfv
Copy link
Contributor Author

wolfv commented May 3, 2023

Just for reference, this was the prototype I made in C++: https://github.com/mamba-org/mamba/pull/2029/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants