1 repositorio
Codec implementations that use direct memory access to avoid copying data during serialization and deserialization.
Distinct from Zero-Copy Memory Mappings: Specializes zero-copy memory mappings specifically for codec operations and data throughput rather than file-to-memory mapping.
Explore 1 awesome GitHub repository matching data & databases · Zero-Copy Codecs. Refine with filters or upvote what's useful.
Kitex is a high-performance remote procedure call framework for building distributed microservices in Go. It provides a communication system compatible with gRPC and Protobuf standards and includes a suite of tools for microservices governance. The framework features proxyless service mesh integration, which allows it to manage network traffic and governance directly without adding sidecar proxy latency. It optimizes data throughput through a high-performance communication library that minimizes memory copies. The system covers a broad surface of distributed capabilities, including service d
Reduces memory overhead and increases throughput by utilizing direct memory access during codec operations.