multiformats / multiformats/js-multiformats
compressed cid set implementation
Open
@Gozala is already working on this.
Since Jan 23, 2023.
- Dominant language
- TypeScript
- Stars
- 268
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
I believe @mikeal has compressed CID set representation & implementation. CID sets come up all the time and we always resort to some hacky version like maps with CID keys or sorted lists to represent them.
I think it would make a lot of sense to just standardize compressed CID format and implementation. I would suggest:
- Implementing a codec for the compressed CID set representation and adding it here.
- Defining a codec format and allocating a code in the multitcodec table
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.