2 dépôts
Background processes that maintain project graph data in memory to accelerate command execution.
Distinct from Background Processing Tools: Distinct from Background Processing Tools: focuses on persistent graph caching rather than general background job execution.
Explore 2 awesome GitHub repositories matching development tools & productivity · Persistent Graph Caching Processes. Refine with filters or upvote what's useful.
This project is a build orchestration engine and development toolkit designed for managing large-scale monorepos. It provides a unified workspace environment that maps project relationships and dependencies, enabling the system to perform intelligent impact analysis and execute only the tasks affected by specific code changes. The system distinguishes itself through a persistent daemon that monitors file changes for near-instant feedback and a content-addressable caching mechanism that stores task outputs to prevent redundant computation across local and remote environments. It further suppor
Maintains a persistent background process that keeps the project graph in memory for near-instant build feedback.
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.
Maintains a persistent background process to store and update the project graph for faster command responses.