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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesBuffered Binary Readers

Utilities for reading binary files in incremental chunks to manage memory consumption.

Distinct from Full Stream Reads: Distinct from full stream reads by focusing on the incremental buffering strategy for large binary datasets.

Explore 1 awesome GitHub repository matching data & databases · Buffered Binary Readers. Refine with filters or upvote what's useful.

Awesome Buffered Binary Readers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jaquadro/nbtexplorerjaquadro 的头像

    jaquadro/NBTExplorer

    2,813在 GitHub 上查看↗

    NBTExplorer is a viewer and editor for Named Binary Tag data. It functions as a processor for the hierarchical binary tag files used within Minecraft save files and game configuration. The tool enables the exploration and modification of game world settings, player data, and entity states. It supports reading and updating structured binary data across standard, uncompressed, and region-based file formats. The project provides capabilities for binary tag deserialization and in-place modification. It handles data through buffered stream reading, zlib-based decompression, and region-file indexi

    Provides buffered stream reading to handle large Minecraft region files without exceeding system memory.

    C#
    在 GitHub 上查看↗2,813
  1. Home
  2. Data & Databases
  3. Buffered Binary Readers