awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesMultithreaded Workload Partitioning

Distributes data processing tasks across multiple CPU cores to accelerate operations on large files.

Distinct from Data Partitioning: Distinct from Data Partitioning: focuses on CPU-level parallelization for performance rather than node-level sharding for storage.

Explore 2 awesome GitHub repositories matching data & databases · Multithreaded Workload Partitioning. Refine with filters or upvote what's useful.

Awesome Multithreaded Workload Partitioning GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • uxlfoundation/onetbbuxlfoundation 的头像

    uxlfoundation/oneTBB

    6,678在 GitHub 上查看↗

    oneAPI Threading Building Blocks (oneTBB)

    Splits large data sets into smaller blocks and processes each block on a separate thread.

    C++composabilityflowgraphheterogeneousprogramming
    在 GitHub 上查看↗6,678
  • dathere/qsvdathere 的头像

    dathere/qsv

    3,687在 GitHub 上查看↗

    qsv is a high-performance command line toolkit for querying, transforming, and analyzing comma-separated value files. It functions as a data wrangling interface and a tabular data profiler, featuring a query engine capable of executing SQL statements and joins directly on flat files without requiring a database. The project is distinguished by its ability to process massive datasets that exceed available system memory. This is achieved through disk-based external memory processing, including multithreaded merge sorting, on-disk hash tables for deduplication, and lightweight file indexing for

    Distributes heavy workloads across multiple CPU cores to accelerate search, join, and validation operations.

    Rustaickancsv
    在 GitHub 上查看↗3,687
  1. Home
  2. Data & Databases
  3. Distributed Sharding Architectures
  4. Process Sharding
  5. Data Partitioning
  6. Multithreaded Workload Partitioning