mutable-queue.mo

Queue

A data structure module implementing a queue with pushFront and popFront operations

Motoko module of a mutable queue data structure

GitHub

2 stars
2 watching
3 forks
Language: Motoko
last commit: almost 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
aviate-labs/queue.mo A data structure implementation in Motoko for efficient, FIFO-based element sequencing 1
matthewhammer/motoko-sequence A library for building persistent sequential data structures 15
matthewhammer/motoko-graph Provides a generic graph data model and query algorithms for modeling various types of relationships and dependencies. 17
jberryman/unagi-chan A high-performance concurrent queue implementation using atomic counters and the x86 fetch-and-add instruction 127
aviate-labs/sorted.mo A collection of data structures implemented in Motoko to facilitate sorted ordering and insertion. 4
aviate-labs/parser-combinators.mo A library implementing monadic parser combinators for parsing structured data in the Motoko programming language. 4
dirkaholic/kyoo An unlimited job queue with concurrent worker pools for Go applications 51
edjcase/motoko_datetime A DateTime library for Motoko that provides classes and methods for date and time manipulation, including parsing, formatting, and timezone handling. 2
ninegua/ic-logger A logging module for creating append-only loggers with configurable bucket capacity and admin features. 21
mmoreram/rsqueuebundle A Redis-based queuing system for Symfony applications 52
chicagoboss/tinymq A lightweight message queue with in-memory storage and Erlang-based channel management 124
crusso/mo-parsec A library providing a parsec parser combinator implementation for Motoko's Modelica language 5
dfinity/motoko-base Provides a set of core modules and functionality for the Motoko programming language. 483
yonderblue/mongo-queue-java A Java-based message queue system utilizing MongoDB as its backend 35
vapor-community/queues-mongo-driver An implementation of a MongoDB driver for Vapor's Queues framework 6