awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesVectorized Loop Processing

Applying transformations to memory spans or arrays using hardware vector widths for bulk element processing.

Distinct from Bulk Update Processing: Distinct from database bulk updates: focuses on CPU-level hardware vectorization of loops.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Vectorized Loop Processing. Refine with filters or upvote what's useful.

Awesome Vectorized Loop Processing GitHub Repositories

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

    Cysharp/ZLinq

    4,935Vezi pe GitHub↗

    ZLinq is a zero-allocation LINQ library and memory-efficient collection toolkit for C#. It provides a high-performance replacement for standard query operations by using value-type enumerators and pooled memory to eliminate heap allocations and reduce garbage collection overhead. The library features a C# source generator that automatically routes standard query method calls to these zero-allocation implementations. It further accelerates data processing through a SIMD accelerated data library, using hardware vectorization for numeric aggregations and bulk operations on primitive arrays and s

    Applies transformations to arrays and spans using hardware vector widths to process elements in bulk.

    C#c-sharplinqunity
    Vezi pe GitHub↗4,935
  1. Home
  2. Operating Systems & Systems Programming
  3. Vectorized Loop Processing