awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorii

2 repository-uri

Awesome GitHub RepositoriesNative Array Backends

Runs ndarray computations in C++ with a thin Python binding to reduce overhead compared to pure Python implementations.

Distinct from General Array Operations: Distinct from General Array Operations: focuses on the performance acceleration via native C++ execution, not the variety of array manipulation functions.

Explore 2 awesome GitHub repositories matching scientific & mathematical computing · Native Array Backends. Refine with filters or upvote what's useful.

Awesome Native Array Backends GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • exaloop/codonAvatar exaloop

    exaloop/codon

    16,803Vezi pe GitHub↗

    Codon is an LLVM-based Python compiler and statically typed implementation that translates source code into optimized machine instructions. It functions as a high-performance numerical backend and a GPU computing framework designed to remove runtime overhead. The project implements a compiled alternative to NumPy, translating array logic directly into machine code. It differentiates itself by generating specialized hardware kernels for graphics processors and utilizing static type inference to enable aggressive machine-code optimization. The system provides capabilities for parallel workload

    Implements a high-performance array backend that translates array logic directly into machine code.

    Python
    Vezi pe GitHub↗16,803
  • chainer/chainerAvatar chainer

    chainer/chainer

    5,919Vezi pe GitHub↗

    Chainer is an open-source deep learning framework built around define-by-run automatic differentiation, where computation graphs are constructed dynamically during forward execution. This imperative approach allows networks to be built using standard Python control flow, with gradients computed automatically through reverse-mode differentiation on the dynamically recorded graph. The framework supports GPU acceleration through a NumPy-compatible array backend with CUDA and cuDNN support, and provides a pluggable device abstraction that lets users switch between CPU and GPU computation without c

    Runs ndarray and autograd computations in native C++ with a thin Python binding.

    Python
    Vezi pe GitHub↗5,919
  1. Home
  2. Scientific & Mathematical Computing
  3. Array Manipulations
  4. Array Concatenations
  5. General Array Operations
  6. Native Array Backends