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

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

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

3 个仓库

Awesome GitHub RepositoriesGit Object Caches

Memory-capped storage mechanisms for frequently accessed Git objects and delta-base data.

Distinct from Caching: Distinct from general Caching: specifically targets Git-native object and delta-base data structures.

Explore 3 awesome GitHub repositories matching data & databases · Git Object Caches. Refine with filters or upvote what's useful.

Awesome Git Object Caches GitHub Repositories

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

    GitoxideLabs/gitoxide

    11,623在 GitHub 上查看↗

    Gitoxide is a high-performance library and toolkit for interacting with version control repositories. It provides a low-level engine for manipulating Git data structures, enabling developers to build custom tools that initialize, manage, and traverse repositories with memory-efficient primitives. The project distinguishes itself through a focus on security and concurrency. It implements strict trust-based configuration loading and repository ownership validation to prevent the execution of unauthorized code. Concurrent operations are supported through a thread-safe handle pattern that allows

    Optimizes repository performance by storing frequently accessed Git objects in memory-capped buffers.

    Rustblazingly-fastbuilt-with-rustcli
    在 GitHub 上查看↗11,623
  • rich-harris/degitRich-Harris 的头像

    Rich-Harris/degit

    7,883在 GitHub 上查看↗

    degit 是一个 Git 项目脚手架和仓库下载器,用于从远程 Git 模板初始化新项目。它将仓库的最新提交作为干净的快照获取,剥离所有版本控制历史和元数据,以提供一个全新的起点。 该工具支持获取特定分支、标签或提交哈希,以确保项目使用精确的源版本。它还可以执行子目录提取,允许从远程源下载特定文件夹,而不是整个项目树。 该实用程序包含本地快照缓存以加速未来的检索,并支持通过 HTTPS 或 SSH 进行安全身份验证以访问私有仓库。它还提供了在项目解压后运行清理脚本的提取后钩子执行机制。

    Provides a local storage system for repository archives to speed up project template retrieval.

    TypeScript
    在 GitHub 上查看↗7,883
  • balloonwj/cppguideballoonwj 的头像

    balloonwj/CppGuide

    6,030在 GitHub 上查看↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    Provides slab caches that reuse fixed-size objects to reduce allocation overhead.

    在 GitHub 上查看↗6,030
  1. Home
  2. Data & Databases
  3. Data Engineering and Infrastructure
  4. Caching and Performance
  5. Caching
  6. Git Object Caches

探索子标签

  • Repository Snapshot CachesLocal storage for full repository archives to accelerate template retrieval. **Distinct from Git Object Caches:** Caches the entire archive snapshot rather than individual Git objects or delta-bases.
  • Slab CachesFixed-size object caches that reduce allocation overhead and fragmentation. **Distinct from Git Object Caches:** Distinct from Git Object Caches: focuses on kernel-style slab caches for general object reuse, not Git-specific data.