disk-queue

JSON →
library 0.1.3 ·javascript
verified Jun 7, 2026

A lightweight queue that persists items to the filesystem to save memory. Version 0.1.3. It uses a file as a buffer, writing and reading items sequentially. It provides basic push, shift, reset, and close operations with drain and reset events. It includes TypeScript definitions and supports custom serializers and deserializers. The package is intended for scenarios where memory needs to be conserved but persistence is not critical.