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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • scylladb/seastarAvatar scylladb

    scylladb/seastar

    9,271Vezi pe 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++
    Vezi pe 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