Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).