Open
Conversation
Contributor
🚀 Build Preview on IPFS ready
|
41b88fb to
38077b0
Compare
2color
commented
Mar 6, 2026
Member
Author
|
vmx
reviewed
Mar 9, 2026
vmx
approved these changes
Mar 16, 2026
darobin
reviewed
Mar 18, 2026
darobin
reviewed
Mar 18, 2026
bumblefudge
reviewed
Mar 18, 2026
darobin
reviewed
Mar 18, 2026
bumblefudge
reviewed
Mar 18, 2026
darobin
reviewed
Mar 18, 2026
bumblefudge
reviewed
Mar 18, 2026
| **[MASL](https://dasl.ing/masl.html)** is a CBOR-based metadata system built on DRISL, designed for content-addressed and decentralized systems. It operates in two modes: | ||
|
|
||
| - **Single mode** (`src`): wraps one resource with metadata (content type, etc.) | ||
| - **Bundle mode** (`resources`): maps file paths to resource CIDs with per-file metadata — essentially a directory representation |
Collaborator
There was a problem hiding this comment.
Suggested change
| - **Bundle mode** (`resources`): maps file paths to resource CIDs with per-file metadata — essentially a directory representation | |
| - **Bundle mode** (`resources`): maps file paths to resource CIDs with per-file metadata — essentially a logical unit representation, i.e. all the paths on a given domain apex (including nested ones) |
not exactly a directory, can contain many directories included nested ones or none. more like a map of [pathed] relrefs to resources.
Member
Author
There was a problem hiding this comment.
I edited it. See the latest version
bumblefudge
reviewed
Mar 18, 2026
bumblefudge
reviewed
Mar 18, 2026
Co-authored-by: Bumblefudge <bumblefudge@learningproof.xyz> Co-authored-by: Mosh <1306020+mishmosh@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your changes
This is a new comparison guide of UnixFS, iroh collections, and DASL/MASL for content addressing directories of files, covering overhead, determinism, subsetting, and ecosystem support.
After spending a lot of time comparing the three for a different use case, I thought it would be useful to share these insights, and embrace the plurality of the IPFS ecosystem.
Checklist before merging