ipfs / go-ipld-git

ipld handlers for git objects
MIT License
57 stars 19 forks source link

Precompute CID #21

Closed Stebalien closed 5 years ago

Stebalien commented 6 years ago

This should precompute the CID. We tend to call Cid() often so that'll probably ~massively speed up adding/fetching git repos~ (edit: doesn't but we should still precompute it).