mutable-queue.mo
Queue
A data structure module implementing a queue with pushFront and popFront operations
Motoko module of a mutable queue data structure
2 stars
2 watching
3 forks
Language: Motoko
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A data structure implementation in Motoko for efficient, FIFO-based element sequencing | 1 |
| A library for building persistent sequential data structures | 15 |
| Provides a generic graph data model and query algorithms for modeling various types of relationships and dependencies. | 17 |
| A high-performance concurrent queue implementation using atomic counters and the x86 fetch-and-add instruction | 127 |
| A collection of data structures implemented in Motoko to facilitate sorted ordering and insertion. | 4 |
| A library implementing monadic parser combinators for parsing structured data in the Motoko programming language. | 4 |
| An unlimited job queue with concurrent worker pools for Go applications | 51 |
| A DateTime library for Motoko that provides classes and methods for date and time manipulation, including parsing, formatting, and timezone handling. | 3 |
| A logging module for creating append-only loggers with configurable bucket capacity and admin features. | 21 |
| A Redis-based queuing system for Symfony applications | 52 |
| A lightweight message queue with in-memory storage and Erlang-based channel management | 123 |
| A library providing a parsec parser combinator implementation for Motoko's Modelica language | 5 |
| Provides a set of core modules and functionality for the Motoko programming language. | 485 |
| A Java-based message queue system utilizing MongoDB as its backend | 35 |
| An implementation of a MongoDB driver for Vapor's Queues framework | 6 |