awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesBinary Key Encoders

Mechanisms for encoding non-ASCII keys to reduce memory overhead.

Distinct from Binary Data Encoding: Distinct from general binary data encoding: focuses on key-specific encoding for memory optimization.

Explore 2 awesome GitHub repositories matching networking & communication · Binary Key Encoders. Refine with filters or upvote what's useful.

Awesome Binary Key Encoders GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • memcached/memcachedmemcached का अवतार

    memcached/memcached

    14,132GitHub पर देखें↗

    Memcached is a high-performance, distributed, in-memory key-value storage and request routing engine. It functions as a volatile data store designed to accelerate dynamic applications by caching objects in RAM, thereby reducing backend database load and providing sub-millisecond response times. The system utilizes a specialized architecture that organizes memory into fixed-size slabs to minimize fragmentation and maximize throughput for high-concurrency workloads. The project distinguishes itself through a multi-threaded, lock-friendly design that scales across CPU cores and supports complex

    Stores non-ASCII or compressed keys using base64 encoding to reduce memory overhead for large identifier sets.

    C
    GitHub पर देखें↗14,132
  • binance/binance-spot-api-docsbinance का अवतार

    binance/binance-spot-api-docs

    4,812GitHub पर देखें↗

    This project provides technical documentation and reference guides for spot trading, including specifications for REST, WebSocket, and FIX protocols. It serves as a comprehensive resource for integrating with spot trading endpoints to execute trades, query account data, and fetch market statistics. The project distinguishes itself by supporting institutional-grade connectivity through the Financial Information eXchange standard and simple binary encoding to reduce latency and payload size. It also includes a dedicated sandbox environment for validating trading logic and strategies without fin

    Uses binary data encoding to minimize network overhead and reduce request latency.

    binance-apidocumentationfix-api
    GitHub पर देखें↗4,812
  1. Home
  2. Networking & Communication
  3. Binary Data Encoding
  4. Binary Key Encoders