@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 44 greenflagged / 45 total
@nxtedition/common 0 greenflagged / 1 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 2 greenflagged / 2 total
@nxtedition/histogram MIT 3 greenflagged / 3 total
@nxtedition/http HTTP/HTTP2 server middleware framework with priority-based scheduling, request lifecycle tracking, and Koa-style middleware composition. MIT 52 greenflagged / 56 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 43 greenflagged / 47 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 7 greenflagged / 8 total
@nxtedition/nxt-undici 50 greenflagged / 313 total
@nxtedition/ranges Merge and subtract numeric ranges. Useful for byte ranges, time ranges, and similar interval arithmetic. MIT 7 greenflagged / 7 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 45 greenflagged / 46 total
@nxtedition/shared 21 greenflagged / 72 total
@nxtedition/slice A high-performance buffer slice and pool allocator for Node.js. MIT 20 greenflagged / 25 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 13 greenflagged / 15 total
@nxtedition/types TypeScript types to be shared between nxtedition packages. MIT 5 greenflagged / 112 total
@nxtedition/undici An HTTP/1.1 client, written from scratch for Node.js MIT 10 greenflagged / 30 total
@nxtedition/unordered Cooperative yielding for Node.js to keep servers and applications responsive. MIT 7 greenflagged / 7 total
@nxtedition/yield Cooperative yielding for Node.js to keep servers and applications responsive. MIT 17 greenflagged / 19 total
Showing 17 packages