| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Awesome. A few variables can be const and a few casts can be narrowed, but everything else looks good. Much faster than before.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
We do this exact routine in GitKraken every time we need to get commits from libgit2. Considering that commit.getSignature is async, we waste a ton of time in processing callbacks for our commits there. This will retrieve all of the data we need in bulk, and ship that back in a neater package.