ipfs / go-cid

Content ID v1 implemented in go
MIT License
157 stars 47 forks source link

Intern CIDs #24

Closed Stebalien closed 7 years ago

Stebalien commented 7 years ago

Interning CIDs would make pointers to them them usable as keys in maps (for fast caching) and reduce memory usage.

Stebalien commented 7 years ago

This isn't going to work well in go so I'll go with #25 instead.