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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ImpossibleForge avatar

ImpossibleForge/pfc-jsonl

0
View on GitHub↗
5 stele·0 fork-uri·8 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru impossibleforge/pfc-jsonlGraficul istoricului de stele pentru impossibleforge/pfc-jsonl

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Pfc Jsonl

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Pfc Jsonl.
  • esotericsoftware/kryoAvatar EsotericSoftware

    EsotericSoftware/kryo

    6,529Vezi pe 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
    Vezi pe GitHub↗6,529
  • google/snappyAvatar google

    google/snappy

    6,582Vezi pe 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++
    Vezi pe GitHub↗6,582
  • hmakt99/akfAvatar HMAKT99

    HMAKT99/AKF

    8Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗8
  • protocolbuffers/protobufAvatar protocolbuffers

    protocolbuffers/protobuf

    71,359Vezi pe 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
    Vezi pe GitHub↗71,359

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale impossibleforge/pfc-jsonl?

Principalele funcționalități ale impossibleforge/pfc-jsonl sunt: Serialization Formats.

Care sunt câteva alternative open-source pentru impossibleforge/pfc-jsonl?

Alternativele open-source pentru impossibleforge/pfc-jsonl includ: 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…