awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Content-Addressable Storage Engines · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesContent-Addressable Storage Engines

Storage engines that use content-based addressing for file management.

Distinguishing note: No candidates provided; minting under development tools.

Explore 1 awesome GitHub repository matching development tools & productivity · Content-Addressable Storage Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Content-Addressable Storage Engines

Awesome Content-Addressable Storage Engines GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • pnpm/pnpm

    pnpm/pnpm

    34,093View on GitHub↗

    pnpm is a command-line package manager designed to automate the retrieval, installation, and version management of software dependencies. It utilizes a deterministic resolution process and a lockfile to ensure that dependency trees remain consistent across different environments and machines. The project distinguishes itself through a content-addressable storage engine that saves every version of a package exactly once on the file system. By employing a hard-linking installation strategy and a symlink-based directory structure, it maps dependencies from a central store into individual project

    Saves unique files in a central location to eliminate redundant copies across multiple projects.

    TypeScriptdependency-managerinstalljavascript
    34,093View on GitHub↗