awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Zero Reflection Dispatchers · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesZero Reflection Dispatchers

Invokes handlers via static type assertions to avoid reflection.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Zero Reflection Dispatchers. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Optimization & Inference
  6. Performance Optimizations
  7. Zero Reflection Dispatchers

Awesome Zero Reflection Dispatchers GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • gin-gonic/gin

    gin-gonic/gin

    88,134GitHubView on GitHub↗

    Gin is a web framework designed for building high-performance web services and APIs. It functions as a middleware-oriented engine that processes incoming HTTP requests through a sequential chain of handlers, allowing for the modular management of cross-cutting concerns such as authentication and logging. The framework

    Bypasses runtime reflection overhead by invoking handler functions through direct static type assertions.

    Goframeworkgingo