2 مستودعات
Low-level data transmission mechanisms using raw memory buffers to optimize throughput and avoid encoding overhead.
Distinct from Binary Buffer Managers: Distinct from Binary Buffer Managers: focuses on the network transport layer rather than general memory management utilities.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Binary Buffer Transports. Refine with filters or upvote what's useful.
ioredis is a performance-focused Redis client for Node.js designed to execute commands and manage data connections. It provides a specialized interface for interacting with standalone servers, sharded clusters, and high-availability setups. The library distinguishes itself with native support for Redis Cluster, featuring automatic slot discovery and network address mapping, and Redis Sentinel for master node discovery and automatic failover. It also includes a dedicated Lua scripting interface that utilizes server-side caching to ensure atomic operations. The project covers a broad set of ca
Implements raw Node.js buffer transport to eliminate string encoding overhead and prevent data corruption during transmission.
Melody is a WebSocket server framework designed to upgrade HTTP connections into bidirectional streams. It functions as a session manager and binary streaming library that facilitates real-time data exchange between a server and multiple remote clients. The project features a broadcast engine that optimizes multi-client transmissions through wire-representation caching. It includes a dedicated session management system for attaching custom state to persistent network connections and an upgrade handler that validates handshake headers. The framework covers broad capability areas including eve
Implements low-level data transmission using raw memory buffers to optimize network throughput and minimize encoding overhead.