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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesLock-File-Based Cache Keys

Generates cache keys from lock-file content to automatically save and restore environments in CI, skipping reinstallation on unchanged dependencies.

Distinct from Cache Key Generators: Distinct from Cache Key Generators: focuses on deriving keys from lock-file content for CI environment caching, not general cache key generation.

Explore 2 awesome GitHub repositories matching data & databases · Lock-File-Based Cache Keys. Refine with filters or upvote what's useful.

Awesome Lock-File-Based Cache Keys GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • prefix-dev/pixiAvatar de prefix-dev

    prefix-dev/pixi

    6,416Ver en GitHub↗

    Pixi is a conda environment manager that creates reproducible, lock-file-backed environments with cross-platform support and multi-language dependency resolution. It combines package management from both conda-forge and PyPI simultaneously, coordinating their dependency graphs to prevent conflicts, while pinning every transitive dependency to exact versions in a cross-platform lock file for bit-for-bit identical environments across machines. The project distinguishes itself by also functioning as a cross-platform task runner that executes user-defined commands and multi-step pipelines inside

    Generates cache keys from lock-file content to automatically save and restore environments in CI.

    Rustcondaconda-environmentconda-packages
    Ver en GitHub↗6,416
  • actions/setup-nodeAvatar de actions

    actions/setup-node

    4,655Ver en GitHub↗

    setup-node is a GitHub Action that downloads, installs, and configures a specified Node.js runtime in continuous integration workflows. It resolves version specifiers from semantic version ranges or aliases like "lts/*" against a remote manifest, selects the correct binary for the runner’s operating system and architecture, and can reuse previously installed versions from GitHub’s hosted tool cache. The action accelerates repeat workflow runs by caching global package dependencies using a lock file as the cache key, restoring them automatically on subsequent runs. It manages version resolutio

    Caches package dependencies using lock-file hash keys to accelerate repeat workflow runs.

    TypeScript
    Ver en GitHub↗4,655
  1. Home
  2. Data & Databases
  3. Data Engineering and Infrastructure
  4. Caching and Performance
  5. Caching Strategies
  6. Cache Key Generators
  7. Lock-File-Based Cache Keys