Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private Partition File Index (HAMT) #24

Closed
2 of 3 tasks
expede opened this issue May 31, 2022 · 1 comment · Fixed by #31
Closed
2 of 3 tasks

Private Partition File Index (HAMT) #24

expede opened this issue May 31, 2022 · 1 comment · Fixed by #31
Assignees

Comments

@expede
Copy link
Member

expede commented May 31, 2022

Ported from oddsdk/ts-odd#310


https://whitepaper.fission.codes/file-system/partitions/private-directories/data-layer#secure-content-prefix-tree

Especially with #301 (immutable core), the

Sync is network-bound, and the private partition evenly distributes data by design. While we're waiting for GraphSync to be production ready, the easily solution to improving performance is to flatten the structure. A 1024-weighted HAMT (i.e. 128-byte bitmask headers) hits a sweet spot efficiently getting a node to queryabile sync in few round trips and overhead.

@expede
Copy link
Member Author

expede commented May 31, 2022

Linking internal discussion: https://talk.fission.codes/t/hamtlet-to-use-or-not-to-use/2702/24

@expede expede changed the title Private Partition: Merkle Set Private Partition File Index May 31, 2022
@matheus23 matheus23 changed the title Private Partition File Index Private Partition File Index (HAMT) Jun 13, 2022
@appcypher appcypher mentioned this issue Jun 27, 2022
8 tasks
@expede expede removed their assignment Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants