awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesLogic Compression

Advanced rewriting of code structures to remove redundant logic and simplify expressions.

Distinct from JavaScript Minification: Focuses on the structural transformation of logic rather than simple whitespace or identifier removal

Explore 2 awesome GitHub repositories matching software engineering & architecture · Logic Compression. Refine with filters or upvote what's useful.

Awesome Logic Compression GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • mishoo/uglifyjs2Avatar de mishoo

    mishoo/UglifyJS2

    13,392Voir sur GitHub↗

    UglifyJS2 is a suite of tools designed for parsing, beautifying, mangling, and minifying JavaScript code. It functions by converting source code into an abstract syntax tree to enable programmatic analysis and transformation, and it includes a dedicated generator for creating associated source maps. The project optimizes web production builds by compressing script logic and removing unreachable code. It utilizes name mangling to shorten variable and property names and implements a beautifier to reconstruct compressed scripts into a human-readable layout. The toolset covers broad capability a

    Analyzes and rewrites JavaScript code structures to remove redundant logic and shrink the final bundle size.

    JavaScript
    Voir sur GitHub↗13,392
  • terser/terserAvatar de terser

    terser/terser

    9,299Voir sur GitHub↗

    Terser is a JavaScript minifier and compressor designed to reduce file size through whitespace removal, symbol mangling, and logic optimization for ES6+. It functions as a toolkit for minification, a code mangler for shortening variable and property names, and a dead code eliminator that evaluates constant expressions to remove unreachable logic. The project operates as an AST toolkit that parses JavaScript source into SpiderMonkey AST format for structural analysis. It generates source maps to link compressed production code back to the original source, ensuring that minified bundles remain

    Implements advanced structural rewriting to remove redundant logic and simplify JavaScript expressions.

    JavaScript
    Voir sur GitHub↗9,299
  1. Home
  2. Software Engineering & Architecture
  3. Performance and Reliability
  4. Code Optimization
  5. JavaScript Minification
  6. Logic Compression