Skip to content

Commit

Permalink
docs: add StableTrie as an option for stable memory storage based on …
Browse files Browse the repository at this point in the history
…Regions
  • Loading branch information
jennifertrin committed Sep 23, 2024
1 parent 1219a50 commit 4f557bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/md/stable-memory/stablememory.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ New applications should use the `Region` library: it offers additional isolation

- [`memory-hashtable`](https://mops.one/memory-hashtable): A library for storing, updating, deleting, and retrieving a single blob-value per key.

- [`StableTrie`](https://mops.one/stable-trie): A key-value map data structure that has its main data living permanently in stable memory using Regions.

## Samples

- [motoko-bucket](https://github.com/PrimLabs/Bucket): A key value database library that uses stable memory.
Expand Down

0 comments on commit 4f557bc

Please sign in to comment.