awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目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.

Star 历史

impossibleforge/pfc-jsonl 的 Star 历史图表impossibleforge/pfc-jsonl 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Pfc Jsonl 的开源替代方案

相似的开源项目,按与 Pfc Jsonl 的功能重合度排序。
  • esotericsoftware/kryoEsotericSoftware 的头像

    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/snappygoogle 的头像

    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/akfHMAKT99 的头像

    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/protobufprotocolbuffers 的头像

    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…