awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ImpossibleForge avatar

ImpossibleForge/pfc-jsonl

0
View on GitHub↗
5 stars·0 forks·8 vues

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.

Historique des stars

Graphique de l'historique des stars pour impossibleforge/pfc-jsonlGraphique de l'historique des stars pour impossibleforge/pfc-jsonl

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Pfc Jsonl

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Pfc Jsonl.
  • esotericsoftware/kryoAvatar de EsotericSoftware

    EsotericSoftware/kryo

    6,529Voir sur 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
    Voir sur GitHub↗6,529
  • google/snappyAvatar de google

    google/snappy

    6,582Voir sur 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++
    Voir sur GitHub↗6,582
  • hmakt99/akfAvatar de HMAKT99

    HMAKT99/AKF

    8Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗8
  • protocolbuffers/protobufAvatar de protocolbuffers

    protocolbuffers/protobuf

    71,359Voir sur 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
    Voir sur GitHub↗71,359

Questions fréquentes

Que fait 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.

Quelles sont les fonctionnalités principales de impossibleforge/pfc-jsonl ?

Les fonctionnalités principales de impossibleforge/pfc-jsonl sont : Serialization Formats.

Quelles sont les alternatives open-source à impossibleforge/pfc-jsonl ?

Les alternatives open-source à impossibleforge/pfc-jsonl incluent : 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…