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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesDMA-Based Zero-Copy Storage

Direct movement of data between storage devices and application memory using DMA APIs to bypass intermediate copies.

Distinct from Zero-Copy Memory Mappings: Specifically uses DMA for hardware-to-memory transfer, whereas memory mappings focus on virtual address space mapping.

Explore 1 awesome GitHub repository matching data & databases · DMA-Based Zero-Copy Storage. Refine with filters or upvote what's useful.

Awesome DMA-Based Zero-Copy Storage GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • scylladb/seastarAvatar de scylladb

    scylladb/seastar

    9,271Voir sur GitHub↗

    Seastar is a C++ server application framework and asynchronous programming library designed for building high-performance, shared-nothing server applications. It functions as a high-performance I/O engine providing direct disk and network access through a shared-nothing framework that partitions data and execution across CPU cores. The framework distinguishes itself through a thread-per-core architecture that eliminates locking and resource contention by assigning one execution thread to each physical CPU core. It implements a userspace TCP/IP stack and kernel-bypass techniques, integrating w

    Moves data directly between storage devices and application memory using DMA-based APIs for maximum efficiency.

    C++
    Voir sur GitHub↗9,271
  1. Home
  2. Data & Databases
  3. Data Engineering and Infrastructure
  4. Data Persistence and Storage
  5. Data Storage Architectures
  6. Zero-Copy Memory Mappings
  7. DMA-Based Zero-Copy Storage