awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

1 Repo

Awesome GitHub RepositoriesMulti-Core Scaling

Distributing server workloads across multiple CPU cores to increase concurrent connection capacity.

Distinct from CPU Core Implementations: Distinct from CPU Core Implementations: focuses on software-level workload distribution across cores for performance, not emulating CPU hardware.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Multi-Core Scaling. Refine with filters or upvote what's useful.

Awesome Multi-Core Scaling GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • parallel-js/parallel.jsAvatar von parallel-js

    parallel-js/parallel.js

    3,245Auf GitHub ansehen↗

    Parallel.js is a JavaScript library for running computational tasks concurrently across background worker threads and multi-core environments in browsers and Node. It wraps web worker management into a framework that offloads heavy computations without blocking the main event loop. The library initializes parallel jobs by wrapping serializable data in memory and configuring worker threads, execution timeouts, and synchronous fallback behavior. It supports mapping functions across datasets and reducing dataset values to scalar results by distributing work across separate threads. Operations ex

    Runs heavy computational jobs concurrently across multiple CPU cores or worker threads to accelerate data processing in JavaScript.

    JavaScriptjavascriptnodeparallel
    Auf GitHub ansehen↗3,245
  1. Home
  2. Operating Systems & Systems Programming
  3. Computer Architecture
  4. Instruction Execution Models
  5. Instruction-Level Emulators
  6. CPU Core Implementations
  7. Multi-Core Scaling