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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • uxlfoundation/onetbbAvatar de uxlfoundation

    uxlfoundation/oneTBB

    6,678Ver en GitHub↗

    oneAPI Threading Building Blocks (oneTBB)

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

    C++composabilityflowgraphheterogeneousprogramming
    Ver en GitHub↗6,678
  • dathere/qsvAvatar de dathere

    dathere/qsv

    3,687Ver en 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
    Ver en GitHub↗3,687
  1. Home
  2. Data & Databases
  3. Distributed Sharding Architectures
  4. Process Sharding
  5. Data Partitioning
  6. Multithreaded Workload Partitioning