3 repositorios
Tools that reduce the file size of programs and libraries while maintaining native execution capability.
Distinct from Native Binary Packagers: Distinct from native binary packagers: focuses on compression of existing binaries rather than bundling assets.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Executable Binary Compressors. Refine with filters or upvote what's useful.
UPX is a command-line utility designed to reduce the file size of compiled programs and shared libraries. It functions as an executable binary compressor that maintains the ability for files to run natively without requiring additional runtime dependencies or external decompression software. The tool operates by parsing executable headers and applying entropy-based compression to code segments. It achieves this by injecting a self-extracting stub into the binary, which facilitates in-place memory decompression during the initial execution phase. This process includes platform-specific binary
Reduces the file size of programs and shared libraries while maintaining their ability to execute natively.
This project is an educational framework designed to teach the fundamentals of building core distributed systems and web services from scratch in Go. It provides a collection of modular implementations that demonstrate how to construct essential infrastructure components, including web servers, remote procedure call systems, distributed caches, and database abstraction layers. The framework distinguishes itself by focusing on the internal mechanics of these systems rather than providing a high-level abstraction for production use. It covers the implementation of complex architectural patterns
Reduces the file size of programs and libraries while maintaining native execution capability.
This project is a comprehensive, curated directory of static analysis, linting, and security scanning utilities. It serves as a central resource for developers to discover, compare, and select tools based on specific programming languages, licensing models, and integration requirements. The directory distinguishes itself by providing deep metadata for each listed utility, including community-driven popularity rankings, maintenance status, and deployment methods. By aggregating these tools into a single searchable index, it enables teams to identify solutions for enforcing coding standards, ma
Inspects compiled executables to apply compression and pruning techniques that reduce final distribution package size.