awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesIterable Expression Interfaces

Base classes and interfaces that make custom numerical expressions compatible with standard iteration patterns.

Distinct from Collection Iterators: Distinct from general Collection Iterators by specifically targeting the compatibility of lazy numerical expressions with iteration.

Explore 1 awesome GitHub repository matching data & databases · Iterable Expression Interfaces. Refine with filters or upvote what's useful.

Awesome Iterable Expression Interfaces GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • xtensor-stack/xtensorAvatar de xtensor-stack

    xtensor-stack/xtensor

    3,748Ver en GitHub↗

    xtensor is a C++ multidimensional array library for numerical computing that provides N-dimensional containers with an interface mirroring the NumPy API. It utilizes a lazy evaluation expression engine to defer numerical computations until assignment, which minimizes memory allocations and intermediate copies. The library features a foreign memory array adaptor that allows it to wrap external buffers, such as NumPy arrays, to perform numerical operations in-place without duplicating data. It further optimizes performance through lazy broadcasting and a system that manages the lifetime of temp

    Traverses elements across multidimensional expressions along a chosen axis or slice.

    C++c-plus-plus-14multidimensional-arraysnumpy
    Ver en GitHub↗3,748
  1. Home
  2. Data & Databases
  3. Collection Iterators
  4. Iterable Expression Interfaces

Explorar subetiquetas

  • Axis-Specific TraversalTraversal mechanisms that target specific axes or slices within a multidimensional expression. **Distinct from Iterable Expression Interfaces:** Specializes iterable expression interfaces for axis-specific traversal of tensors.
  • Constant Expression IterationIterators specifically optimized for traversing constant numerical expressions. **Distinct from Iterable Expression Interfaces:** Focuses on the traversal of constant tensor expressions rather than general iterable interfaces.
  • STL Iterator AdaptorsWrappers that adapt internal numerical data steppers to the C++ Standard Template Library iterator interface. **Distinct from Iterable Expression Interfaces:** Focuses on the adaptation to STL standards for numerical expressions specifically.