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: 5 months ago
Linked from 2 awesome lists
cachinghttplrumemomemoizationnodejsperformancetinyhttp
Related projects:
Repository | Description | Stars |
---|---|---|
| A lightweight WebSocket middleware for Node.js | 409 |
| High-performance caching primitives for .NET applications | 487 |
| Provides HTTP caching functionality for a web application framework. | 115 |
| A caching middleware that follows HTTP caching rules and integrates with various backend cache managers | 70 |
| A cache implementation using an LRU (Least Recently Used) eviction strategy and ETS tables for efficient storage and retrieval of cached data. | 36 |
| An HTTP server library for Rust that handles client connections and data transfers. | 1,023 |
| Middleware to help prevent cross-site request forgery attacks in web applications | 124 |
| A lightweight HTTP body parser for Node.js with support for multiple formats and Express integration. | 170 |
| Provides Rust implementations of caching structures and simplified function memoization. | 1,605 |
| A two-layer caching system utilizing Lua's built-in shared dictionary and LRU cache for efficient storage and retrieval of data. | 19 |
| A WebSocket-based protocol for building scalable IM services without XMPP | 691 |
| A thread-safe memory cache implementation with LRU policies and type-safety features. | 78 |
| A tool to speed up Playwright tests by caching network requests on the filesystem | 32 |
| Memoizes promise-returning and async functions to cache consecutive function calls by storing results of identical input. | 397 |
| An SDK for building real-time communication applications in JavaScript using WebSockets. | 9 |