awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesCollection Parallel Processors

Applying operations to collections concurrently using multiple CPU cores for faster data processing.

Distinct from Parallel Processing: Distinct from Parallel Processing: focuses specifically on parallelizing operations over collections, not general computational workloads.

Explore 1 awesome GitHub repository matching data & databases · Collection Parallel Processors. Refine with filters or upvote what's useful.

Awesome Collection Parallel Processors GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ruby-concurrency/concurrent-rubyAvatar von ruby-concurrency

    ruby-concurrency/concurrent-ruby

    5,830Auf GitHub ansehen↗

    Concurrent Ruby is a comprehensive concurrency toolkit for the Ruby language that provides thread-safe data structures, synchronization primitives, and asynchronous execution patterns. It implements core concurrency abstractions including an actor model framework where isolated actors communicate through asynchronous message passing, a future and promise system for composing non-blocking operations, and thread pool executors that manage reusable worker threads for concurrent task execution. The library distinguishes itself through a broad set of coordination mechanisms that go beyond basic th

    Applies a block to each element of a collection in parallel, collecting results into a future.

    Ruby
    Auf GitHub ansehen↗5,830
  1. Home
  2. Data & Databases
  3. Parallel Processing
  4. Collection Parallel Processors