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

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

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

1 个仓库

Awesome GitHub RepositoriesBulk Data Transfer Utilities

Mechanisms for enqueuing or dequeuing multiple data elements in a single atomic operation to minimize synchronization overhead.

Distinct from Batch Processing: Distinct from general batch processing: focuses on low-level atomic bulk operations for concurrent data structures rather than high-level batch task processing.

Explore 1 awesome GitHub repository matching data & databases · Bulk Data Transfer Utilities. Refine with filters or upvote what's useful.

Awesome Bulk Data Transfer Utilities GitHub Repositories

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

    cameron314/concurrentqueue

    12,070在 GitHub 上查看↗

    ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer multi-consumer thread communication. It functions as a synchronization primitive designed to coordinate data flow between concurrent execution units using atomic operations rather than traditional mutex locking. The library distinguishes itself through a design that minimizes contention and synchronization overhead. It utilizes sub-queue token mapping to distribute workloads across partitioned internal queues and supports bulk operations to transfer multiple data elements in singl

    Enables the transfer of multiple data elements in a single atomic operation to reduce the overhead of synchronization and memory barriers.

    C++
    在 GitHub 上查看↗12,070
  1. Home
  2. Data & Databases
  3. Batch Processing
  4. Bulk Data Transfer Utilities