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

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

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

ImpossibleForge/pfc-jsonl

0
View on GitHub↗
5 نجوم·0 تفرعات·8 مشاهدات

Pfc Jsonl

Cold storage that queries like hot storage. High-ratio JSONL compressor with block-level random access. Query cold storage in seconds — no restore, no full decompression. 5–13% ratio on JSONL logs, 25–57% smaller than gzip. 1-hour window via DuckDB in under 6s. Free for personal and open-source use.

Features

  • Serialization Formats - Optimized JSONL compression with block-level indexing for fast queries.

سجل النجوم

مخطط تاريخ النجوم لـ impossibleforge/pfc-jsonlمخطط تاريخ النجوم لـ impossibleforge/pfc-jsonl

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Pfc Jsonl

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Pfc Jsonl.
  • esotericsoftware/kryoالصورة الرمزية لـ EsotericSoftware

    EsotericSoftware/kryo

    6,529عرض على GitHub↗

    Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact binary format and restore them from bytes. It provides a system for creating deep or shallow copies of complex object graphs without requiring binary conversion. The project utilizes variable-length integer encoding and integer-ID class registration to reduce the size of serialized data. It handles complex object graphs through circular reference tracking to prevent data duplication and infinite loops. To maintain long-term data viability, it includes schema evolution managemen

    HTML
    عرض على GitHub↗6,529
  • google/snappyالصورة الرمزية لـ google

    google/snappy

    6,582عرض على GitHub↗

    Snappy is a high-performance lossless compression library implemented in C++. It provides data reduction methods that perfectly restore original information, focusing on system-level efficiency and processing velocity across different platforms. The library prioritizes high-speed data compression and decompression over achieving the maximum possible compression ratio. It is designed for real-time stream compression to reduce bandwidth usage without introducing significant processing latency. The implementation covers high-velocity data shrinking and rapid restoration. It includes resilient d

    C++
    عرض على GitHub↗6,582
  • hmakt99/akfالصورة الرمزية لـ HMAKT99

    HMAKT99/AKF

    8عرض على GitHub↗

    The AI native file format — trust scores, provenance, and compliance metadata that embed into every file your AI touches. pip install akf

    Python
    عرض على GitHub↗8
  • protocolbuffers/protobufالصورة الرمزية لـ protocolbuffers

    protocolbuffers/protobuf

    71,359عرض على GitHub↗

    Protocol Buffers is a language-neutral, platform-agnostic mechanism for serializing structured data. It provides a schema-driven toolchain that compiles declarative data definitions into type-safe source code, enabling consistent communication and strongly typed API contracts across services written in different programming languages. The project distinguishes itself through a highly efficient binary wire format that utilizes tag-based encoding and variable-width integer compression to minimize payload size and processing overhead. It supports robust evolutionary schema management, allowing d

    C++marshallingprotobufprotobuf-runtime
    عرض على GitHub↗71,359

الأسئلة الشائعة

ما هي وظيفة impossibleforge/pfc-jsonl؟

Cold storage that queries like hot storage. High-ratio JSONL compressor with block-level random access. Query cold storage in seconds — no restore, no full decompression. 5–13% ratio on JSONL logs, 25–57% smaller than gzip. 1-hour window via DuckDB in under 6s. Free for personal and open-source use.

ما هي الميزات الرئيسية لـ impossibleforge/pfc-jsonl؟

الميزات الرئيسية لـ impossibleforge/pfc-jsonl هي: Serialization Formats.

ما هي البدائل مفتوحة المصدر لـ impossibleforge/pfc-jsonl؟

تشمل البدائل مفتوحة المصدر لـ impossibleforge/pfc-jsonl: esotericsoftware/kryo — Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact… google/snappy — Snappy is a high-performance lossless compression library implemented in C++. It provides data reduction methods that… hmakt99/akf — The AI native file format — trust scores, provenance, and compliance metadata that embed into every file your AI… protocolbuffers/protobuf — Protocol Buffers is a language-neutral, platform-agnostic mechanism for serializing structured data. It provides a…