@nxtedition · 17 packages

Name Description License Versions
@nxtedition/cache A two-tier async cache with SQLite persistence, in-memory pseudo-LRU, stale-while-revalidate, cross-thread deduplication via `SharedArrayBuffer`, and automatic request coalescing. MIT 49 greenflagged / 50 total
@nxtedition/common 4 greenflagged / 4 total
@nxtedition/fixed-queue Fast FIFO queue backed by a singly-linked list of fixed-size circular buffers. Adapted from Node.js's internal `fixed_queue.js`. MIT 3 greenflagged / 3 total
@nxtedition/histogram MIT 4 greenflagged / 4 total
@nxtedition/http HTTP/HTTP2 server middleware framework with priority-based scheduling, request lifecycle tracking, and Koa-style middleware composition. MIT 55 greenflagged / 59 total
@nxtedition/logger A high-performance, structured JSON logger built on [pino](https://github.com/pinojs/pino) with a dedicated worker thread for I/O. MIT 50 greenflagged / 50 total
@nxtedition/mime MIME type lookup and extension resolution with built-in support for broadcast and professional media formats missing from the standard `mime` package. MIT 9 greenflagged / 10 total
@nxtedition/nxt-undici 51 greenflagged / 314 total
@nxtedition/ranges Merge and subtract numeric ranges. Useful for byte ranges, time ranges, and similar interval arithmetic. MIT 9 greenflagged / 9 total
@nxtedition/scheduler A high-performance, priority-based task scheduler for Node.js with support for concurrency limiting, byte-rate throttling, and multi-worker coordination via `SharedArrayBuffer`. MIT 49 greenflagged / 50 total
@nxtedition/shared 21 greenflagged / 76 total
@nxtedition/slice A high-performance buffer slice and pool allocator for Node.js. MIT 22 greenflagged / 27 total
@nxtedition/timers Optimized timer pooling for Node.js. Delays >= 1000ms are batched into a single 500ms-resolution interval, reducing the number of active handles and improving performance when many long-lived timers are in use. MIT 15 greenflagged / 17 total
@nxtedition/types TypeScript types to be shared between nxtedition packages. MIT 6 greenflagged / 113 total
@nxtedition/undici An HTTP/1.1 client, written from scratch for Node.js MIT 11 greenflagged / 31 total
@nxtedition/unordered Cooperative yielding for Node.js to keep servers and applications responsive. MIT 8 greenflagged / 8 total
@nxtedition/yield Cooperative yielding for Node.js to keep servers and applications responsive. MIT 19 greenflagged / 21 total
Showing 17 packages