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 RepositoriesArgument Passing Optimizations

Techniques for selecting optimal data transfer methods between functions, such as value versus constant reference.

Distinct from Column Selection Optimizations: Distinct from Column Selection Optimizations: focuses on function call overhead and register use rather than database query projection.

Explore 1 awesome GitHub repository matching data & databases · Argument Passing Optimizations. Refine with filters or upvote what's useful.

Awesome Argument Passing Optimizations 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.
  • cpp-best-practices/cppbestpracticesAvatar de cpp-best-practices

    cpp-best-practices/cppbestpractices

    8,766Voir sur GitHub↗

    This project is a curated collection of guidelines and technical resources designed to improve C++ code safety, maintainability, and performance. It provides a comprehensive set of coding standards and best practices for establishing consistent naming, formatting, and structural patterns across C++ codebases. The guide offers specific technical advice on performance optimization, including methods for minimizing object copying, optimizing memory allocation, and reducing compilation cycles. It also provides a directory of tooling recommendations for implementing static analysis, fuzz testing,

    Provides technical advice on maximizing processor register use by choosing between passing by value or constant reference.

    best-practicescpp
    Voir sur GitHub↗8,766
  1. Home
  2. Data & Databases
  3. Database Performance Optimizers
  4. Column Selection Optimizations
  5. Argument Passing Optimizations