awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Multiple Dispatch Systems · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesMultiple Dispatch Systems

Polymorphism mechanisms that select function implementations based on the types of all arguments.

Distinguishing note: Distinguished from single-dispatch object-oriented methods by multi-argument type sensitivity.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Multiple Dispatch Systems. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Multiple Dispatch Systems

Awesome Multiple Dispatch Systems GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • JuliaLang/julia

    JuliaLang/julia

    48,472View on GitHub↗

    Julia is a high-performance, dynamic programming language designed for scientific computing, data analysis, and complex mathematical modeling. It provides a specialized runtime environment that manages memory allocation and parallel processing, utilizing a just-in-time compiler to translate high-level source code into optimized machine instructions. This architecture allows the language to achieve execution speeds comparable to statically compiled languages while maintaining the flexibility of a dynamic scripting environment. The language is distinguished by its multiple dispatch system, whic

    Selects function implementations based on the runtime types of all arguments to enable flexible polymorphism.

    Juliahacktoberfesthpcjulia
    48,472View on GitHub↗