Search results

5 packages found

Train a fast (FIFO) queue with a rollback mechanism. Behind the scenes it uses 2 arrays to simulate and perform fast shifting and popping operations without using the Array#shift() method..

published 4.4.1 6 years ago
M
Q
P

Like a stack, the queue is a linear data structure that stores items in either a First In First Out (FIFO) or Last In First Out (LIFO) manner. With FIFO, the least recently added item is removed first, while with LIFO, the most recently added item is remo

published 1.0.0 a month ago
M
Q
P

Like a stack, the queue is a linear data structure that stores items in either a First In First Out (FIFO) or Last In First Out (LIFO) manner. With FIFO, the least recently added item is removed first, while with LIFO, the most recently added item is remo

published 1.0.0 a month ago
M
Q
P
M
Q
P

Efficient Circular FIFO Buffer Implementation.

published 0.1.4 7 years ago
M
Q
P