Directories
¶
| Path | Synopsis |
|---|---|
|
encoding
|
|
|
change
Package change decodes Loro change blocks: the outer integer frame, the 8 length-prefixed blobs, and (incrementally) their contents.
|
Package change decodes Loro change blocks: the outer integer frame, the 8 length-prefixed blobs, and (incrementally) their contents. |
|
columnar
Package columnar decodes the serde_columnar 0.3.14 column strategies that Loro's change-block format layers on top of postcard: AnyRle, BoolRle, DeltaRle, DeltaOfDelta.
|
Package columnar decodes the serde_columnar 0.3.14 column strategies that Loro's change-block format layers on top of postcard: AnyRle, BoolRle, DeltaRle, DeltaOfDelta. |
|
fast
Package fast decodes Loro's Fast wire format (FastUpdates + FastSnapshot), the only live format in the loro-crdt 1.x line.
|
Package fast decodes Loro's Fast wire format (FastUpdates + FastSnapshot), the only live format in the loro-crdt 1.x line. |
|
kv
Package kv decodes Loro's immutable SSTable (the KV store used by FastSnapshot oplog/state sections).
|
Package kv decodes Loro's immutable SSTable (the KV store used by FastSnapshot oplog/state sections). |
|
postcard
Package postcard implements the subset of the postcard wire format that Loro's Fast encoding (serde_columnar over postcard) relies on.
|
Package postcard implements the subset of the postcard wire format that Loro's Fast encoding (serde_columnar over postcard) relies on. |
|
xxh32
Package xxh32 is a pure-Go (no CGo) implementation of the XXH32 hash, used by Loro's Fast format for the header checksum and every KV/SSTable block and meta checksum.
|
Package xxh32 is a pure-Go (no CGo) implementation of the XXH32 hash, used by Loro's Fast format for the header checksum and every KV/SSTable block and meta checksum. |
|
Package loro is the public entry point of the pure-Go Loro port: it decodes loro-crdt FastUpdates blobs into semantic changes and reconstructs document state.
|
Package loro is the public entry point of the pure-Go Loro port: it decodes loro-crdt FastUpdates blobs into semantic changes and reconstructs document state. |
Click to show internal directories.
Click to hide internal directories.