2 مستودعات
Configuration settings for defining read or write permissions for shared build caches.
Distinct from Shared Cache Write Permissions: Distinct from Shared Cache Write Permissions: focuses on the scope of access (read vs write) rather than just write authorization.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Cache Access Scopes. 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
Configures access tokens to control read or write access to shared global build caches.
Fasthttp is a high-performance networking framework for Go, designed to maximize throughput and minimize memory overhead in demanding web applications. It functions as a specialized HTTP server and client library that prioritizes efficient resource management, allowing developers to build scalable services capable of handling massive concurrent traffic with minimal garbage collection pressure. The library distinguishes itself through a focus on zero-allocation processing and low-level optimization. It achieves this by recycling temporary request and response objects through managed pools and
Provides reader-writer locks to manage concurrent data access and reduce lock contention in high-performance handlers.