computercraft-github icon indicating copy to clipboard operation
computercraft-github copied to clipboard

Fetch tree and blob contents lazily

Open danports opened this issue 4 years ago • 0 comments

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 https://github.com/danports/amber/issues/22 and originally implemented it in https://github.com/danports/computercraft-github/commit/04b44aade807c9372d8b377756370df7a4ab8986.

danports avatar Apr 13 '20 00:04 danports