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

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

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

1 مستودع

Awesome GitHub RepositoriesImmutable Binary Formats

Storage formats that persist data as fixed, read-only binary files to eliminate transactional overhead.

Distinct from Storage Immutability: Distinct from Storage Immutability: focuses on the specific immutable binary file format used for high-speed lookups, rather than general architectural patterns.

Explore 1 awesome GitHub repository matching software engineering & architecture · Immutable Binary Formats. Refine with filters or upvote what's useful.

Awesome Immutable Binary Formats GitHub Repositories

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

    linkedin/PalDB

    937عرض على GitHub↗

    PalDB is an embeddable key-value storage engine for Java designed for high-performance data retrieval. It functions as a library that persists data into a single, immutable binary file, providing a storage solution for write-once workloads that require minimal memory overhead compared to standard in-memory collections. The system distinguishes itself through a write-once data layout that eliminates the need for locking mechanisms during concurrent read operations. By utilizing memory-mapped file access and sorted key indexing, the engine enables rapid lookups directly within the process addre

    Persists data into a single, immutable binary file to enable high-speed lookups without complex indexing.

    Java
    عرض على GitHub↗937
  1. Home
  2. Software Engineering & Architecture
  3. Immutable Data Patterns
  4. Storage Immutability
  5. Immutable Binary Formats