node-pqueue

JSON →
library 0.3.1 ·javascript deprecated
verified Jun 7, 2026

A minimal Priority Queue implementation for Node.js and browser, offering push/top/pop operations with numeric priorities, optional custom compare function, and queue size limit. Version 0.3.1 (last release ~2012) targets Node ~0.8, no updates since, and lacks features like TypeScript types or ESM support. It is a bare-bones alternative to more modern and maintained priority queue libraries.