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 (#4709)

Co-authored-by: Jessie Mongeon <[email protected]>
Co-authored-by: Gabor Greif <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2024
1 parent fcd7b81 commit 81f04e9
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 81f04e9

Please sign in to comment.