awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesData Serialization Patterns

Techniques for encoding and transferring data structures between system components.

Distinguishing note: Focuses on memory-efficient data handling patterns rather than specific serialization formats.

Explore 1 awesome GitHub repository matching software engineering & architecture · Data Serialization Patterns. Refine with filters or upvote what's useful.

Awesome Data Serialization Patterns GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dragonflydb/dragonflyالصورة الرمزية لـ dragonflydb

    dragonflydb/dragonfly

    30,688عرض على GitHub↗

    Dragonfly is a high-performance, multi-model in-memory data store designed to serve as a drop-in replacement for existing database infrastructures. By utilizing a multi-threaded, shared-nothing architecture and a fiber-based concurrency model, it maximizes CPU utilization and minimizes latency for read and write operations. The system supports a wide range of data structures, including strings, hashes, lists, sets, sorted sets, and JSON documents, while maintaining full compatibility with standard industry wire protocols and client libraries. What distinguishes Dragonfly is its focus on effic

    Transmits data between the network layer and storage engine by mapping memory buffers directly to avoid expensive data duplication cycles.

    C++cachecppdatabase
    عرض على GitHub↗30,688
  1. Home
  2. Software Engineering & Architecture
  3. Data Serialization Patterns