Search results
2 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
An in-memory priority queue that prevents starvation by balancing priority and arrival time. Items are greedily prioritized within each batch of the longest-waiting items, ensuring fairness alongside prioritization and bounded delays for low-priority task
- starvation
- starvation-free
- priority-queue
- starvation-free-priority-queue
- prioritized-task
- priority
- bounded-delay
- weighted-tasks
- scheduling
- aging-tasks
- prioritization
- balance
- greedy-per-batch
- frontier
- View more
published version 1.0.0, a month ago0 dependents licensed under $Apache-2.0
37
A slim and efficient in-memory queue for Node.js projects. The implementation employs Data-Oriented Design using a cyclic buffer, optimizing memory layout through sequential item allocation.
- queue
- FIFO
- first-in
- first-out
- in-memory
- data-oriented-design
- slim-queue
- basic-queue
- cyclic-buffer
- circular-buffer
- data-structure
- sequential
- pre-allocated
- nodejs
- View more
published version 1.1.0, 2 months ago1 dependents licensed under $Apache-2.0
26