Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewhammer/motoko-sequence
Generic Motoko library for sequential data
https://github.com/matthewhammer/motoko-sequence
internet-computer motoko sequential-data
Last synced: about 1 month ago
JSON representation
Generic Motoko library for sequential data
- Host: GitHub
- URL: https://github.com/matthewhammer/motoko-sequence
- Owner: matthewhammer
- License: apache-2.0
- Created: 2020-08-18T14:56:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T21:23:34.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T19:34:06.340Z (about 2 months ago)
- Topics: internet-computer, motoko, sequential-data
- Language: Motoko
- Homepage:
- Size: 76.2 KB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-motoko - motoko-sequence - Cache-friendly, persistent sequential data for Motoko. (Libraries / Data structures)
README
# Motoko Sequence
![build](https://github.com/matthewhammer/motoko-sequence/workflows/build/badge.svg)
Cache-friendly, persistent sequential data for Motoko.
Inspired by **chunky list** representation from [Section 5 of this POPL 1989 paper](https://dl.acm.org/doi/10.1145/75277.75305).