The Capsule Hash Trie Collections Library
-
Updated
Jul 8, 2022 - Java
The following API should be implemented:
Current expectations
Entries API, used by ckb-utilrayon support, just like indexmap or griddleNeed to discuss
or_insert and or_insert_with in linked-hash-mapAnyone can implement these
Add a description, image, and links to the hashset topic page so that developers can more easily learn about it.
To associate your repository with the hashset topic, visit your repo's landing page and select "manage topics."
It would be nice to have a
Builderstruct that allows for convenient collection of keys before creating a filter (any of the xor filters or aHashProxy) with those keys.