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
·

1 dépôt

Awesome GitHub RepositoriesSchema Element Pruning

Removal of unused types and fields from a schema to reduce final binary size.

Distinct from AST Code Pruning: Distinct from AST Code Pruning: targets the schema definition layer rather than the compiled abstract syntax tree.

Explore 1 awesome GitHub repository matching development tools & productivity · Schema Element Pruning. Refine with filters or upvote what's useful.

Awesome Schema Element Pruning 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.
  • square/wireAvatar de square

    square/wire

    4,419Voir sur GitHub↗

    Wire is a cross-platform code generator and implementation of gRPC and Protocol Buffers. It transforms schema definitions into type-safe native language bindings for Kotlin, Swift, and Java to ensure consistent data exchange and communication between distributed systems. The project provides specialized tools for protocol buffer schema management, including the ability to prune unused types and filter fields by version to reduce final binary sizes. It also handles namespace management and allows for the creation of custom schema handlers to execute user-defined logic during the compilation ph

    Removes unwanted types and fields from generated code via exclusion lists or reachability analysis to reduce binary size.

    Kotlin
    Voir sur GitHub↗4,419
  1. Home
  2. Development Tools & Productivity
  3. Dependency Analysis Tools
  4. Code Dependency Analysis
  5. Unused Code Identification
  6. AST Code Pruning
  7. Schema Element Pruning