awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesExecution State Hashing

Generating unique identifiers for a task's state to decide if execution is required.

Distinct from Execution Policies: Focuses on hashing state for idempotency rather than protocol-level communication policies.

Explore 2 awesome GitHub repositories matching development tools & productivity · Execution State Hashing. Refine with filters or upvote what's useful.

Awesome Execution State Hashing GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • go-task/taskgo-task का अवतार

    go-task/task

    15,721GitHub पर देखें↗

    Task is a YAML-based task runner and build tool used to define and automate development workflows. It functions as a dependency-based build system and cross-platform task automator, allowing users to execute shell commands across different operating systems using a declarative configuration file. The project operates as an incremental build tool, utilizing file fingerprints and checksums to track state and avoid redundant work by determining if tasks are up to date. It manages execution via a dependency graph to ensure prerequisites are completed before target commands run. The system includ

    Calculates unique hashes based on run policies to determine if a task should be executed or skipped.

    Go
    GitHub पर देखें↗15,721
  • moonrepo/moonmoonrepo का अवतार

    moonrepo/moon

    3,687GitHub पर देखें↗

    Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.

    Diffs hash manifests to identify specific differences in task inputs between two build states.

    Rustbuild-systembuild-toolbun
    GitHub पर देखें↗3,687
  1. Home
  2. Development Tools & Productivity
  3. Task Execution
  4. Execution Policies
  5. Execution State Hashing

सब-टैग एक्सप्लोर करें

  • Input Hash ComparisonDiffing hash manifests to identify specific changes in task inputs between different build states. **Distinct from Execution State Hashing:** Distinct from Execution State Hashing by focusing on the comparison of two manifests rather than the generation of a single ID.