StableBuffer
Buffer library
A Motoko library implementing stable, persistent buffers with a standardized API
Stable Buffers in Motoko
12 stars
2 watching
4 forks
Language: Motoko
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
canscale/linkedlist | A library providing stable and mutable singly and doubly linked list implementations in Motoko. | 2 |
canscale/stablerbtree | An implementation of a stable data structure based on Red Black Trees in the Motoko programming language. | 3 |
canscale/stableheapbtreemap | A library implementing a functional BTree data structure | 5 |
canscale/stablehashmap | Provides persistent, stable hash map implementations in Motoko | 14 |
cowtowncoder/low-gc-membuffers | A library for creating efficient in-memory data buffers with minimal garbage collection overhead | 136 |
persan/protobuf-ada | A software implementation of Google's Protocol Buffers data interchange format in Ada | 18 |
brandonbloom/backtick | Provides Clojure's syntax-quote reader macro as a normal macro for templating and custom symbol resolution | 212 |
scalapb/scalapb | Tools for generating Scala code from protocol buffer definitions. | 1,308 |
flyq/motoko-sha224 | A template for creating a Motoko library with automated build and documentation workflows. | 5 |
msoucy/dproto | Allows mixing protocol buffer files into D code at compile time to create structures. | 37 |
defaultxr/bdef | Abstraction of audio buffers for sound synthesis systems | 13 |
managarm/mlibc | A portable C standard library with support for multiple architectures and operating systems. | 853 |
matthewhammer/motoko-sequence | A library for building persistent sequential data structures | 15 |
protocolbuffers/upb | A lightweight C implementation of Protocol Buffers for efficient data serialization | 1,502 |
primlabs/bucket | A library providing a simple storage solution using stable memory, allowing canisters to store data without GC costs and upgradeability. | 31 |