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 RepositoriesBitwise Array Operations

Element-wise bitwise logical operations applied across multi-dimensional arrays.

Distinct from Element-wise Array Operations: Focuses specifically on bitwise logic (AND, OR, XOR, NOT) rather than general arithmetic or comparative element-wise operations.

Explore 1 awesome GitHub repository matching scientific & mathematical computing · Bitwise Array Operations. Refine with filters or upvote what's useful.

Awesome Bitwise Array Operations 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.
  • xtensor-stack/xtensorAvatar de xtensor-stack

    xtensor-stack/xtensor

    3,748Voir sur 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

    Applies logical AND, OR, XOR, and NOT operations to individual elements of multi-dimensional arrays.

    C++c-plus-plus-14multidimensional-arraysnumpy
    Voir sur GitHub↗3,748
  1. Home
  2. Scientific & Mathematical Computing
  3. Element-wise Array Operations
  4. Bitwise Array Operations