lru-send
Performance caching
Caches expensive operations to improve performance by storing the results in an in-memory or distributed cache.
⏩ LRU-based caching middleware for Node.js
10 stars
2 watching
0 forks
Language: TypeScript
last commit: about 2 months ago
Linked from 2 awesome lists
cachinghttplrumemomemoizationnodejsperformancetinyhttp
Related projects:
Repository | Description | Stars |
---|---|---|
tinyhttp/tinyws | A lightweight WebSocket middleware for Node.js | 408 |
bitfaster/bitfaster.caching | High-performance caching primitives for .NET applications | 482 |
slimphp/slim-httpcache | Provides an HTTP caching middleware and service provider for a web application framework | 115 |
06chaynes/http-cache | A caching middleware that follows HTTP caching rules and integrates with various backend cache managers | 68 |
arago/lru_cache | A cache implementation using an LRU (Least Recently Used) eviction strategy and ETS tables for efficient storage and retrieval of cached data. | 36 |
tiny-http/tiny-http | An HTTP server library for Rust that handles client connections and data transfers. | 1,009 |
tinyhttp/malibu | Middleware to help prevent cross-site request forgery attacks in web applications | 124 |
tinyhttp/milliparsec | A lightweight HTTP body parser for Node.js with support for multiple formats and Express integration. | 170 |
jaemk/cached | Provides Rust implementations of caching structures and simplified function memoization. | 1,565 |
hamishforbes/lua-resty-tlc | A two-layer caching system utilizing Lua's built-in shared dictionary and LRU cache for efficient storage and retrieval of data. | 19 |
fanux/lhttp | A WebSocket-based protocol for building scalable IM services without XMPP | 691 |
yysskk/memorycache | A thread-safe memory cache implementation with LRU policies and type-safety features. | 78 |
vitalets/playwright-network-cache | A tool to speed up Playwright tests by caching network requests on the filesystem | 26 |
sindresorhus/p-memoize | Memoizes promise-returning and async functions to cache consecutive function calls by storing results of identical input. | 396 |
fanux/lhttp-javascript-sdk | An SDK for building real-time communication applications in JavaScript using WebSockets. | 9 |