1 repo
Consolidated libraries of reusable functions to reduce code duplication.
Distinguishing note: Focuses on internal code reuse rather than external library dependencies.
Explore 1 awesome GitHub repository matching software engineering & architecture · Shared Utilities. Refine with filters or upvote what's useful.
Xray-core is a high-performance, cross-platform networking engine designed to manage secure data transmission and traffic routing. At its core, the project utilizes an asynchronous, event-driven runtime model capable of handling thousands of concurrent connections through non-blocking input and output. It functions as a central traffic controller, employing a sophisticated routing engine that dynamically matches incoming network requests to specific outbound proxies based on user-defined criteria. The project distinguishes itself through a modular architecture that decouples proxy and transpo
Consolidates repetitive logic into reusable functions to improve maintainability.