Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Fetch tree and blob contents lazily #26

Open
danports opened this issue Apr 13, 2020 · 0 comments · May be fixed by #27
Open

Fetch tree and blob contents lazily #26

danports opened this issue Apr 13, 2020 · 0 comments · May be fixed by #27

Comments

@danports
Copy link
Contributor

danports commented Apr 13, 2020

The current eager fetching approach works fine for smaller repositories, but has disastrous performance for even medium-sized repositories when you don't need to clone the entire repository.

I needed this for danports/amber#22 and originally implemented it in danports@04b44aa.

danports added a commit to danports/computercraft-github that referenced this issue Apr 13, 2020
@danports danports linked a pull request Apr 13, 2020 that will close this issue
danports added a commit to danports/computercraft-github that referenced this issue Apr 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant