Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/willow/src/store/storage/storage_3d/triple_storage.ts

Exploring Willow in the most efficient and sound programming language
Go to Latest
import * as willow from "https://deno.land/x/willow@0.2.1/src/store/storage/storage_3d/triple_storage.ts";

Classes

A Storage3d made up of three SummarisableStorage holding the same data in three different orders: subspace, path, and timestamp.

Functions

Decodes an escaped encoded path.

Encodes some values associated with an entry to a single value to be stored in KV.

Escape all 0 bytes to 0x02, and encode separators as 0x01.