awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesConcurrent Memory Allocation Synchronization

Synchronization mechanisms to manage shared memory allocation across multiple threads.

Distinct from Concurrent Memory Synchronization: Focuses on the synchronization of the allocation process itself rather than managing shared buffers for tasks.

Explore 1 awesome GitHub repository matching data & databases · Concurrent Memory Allocation Synchronization. Refine with filters or upvote what's useful.

Awesome Concurrent Memory Allocation Synchronization GitHub Repositories

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

    bdwgc/bdwgc

    3,418Vezi pe GitHub↗

    This project is a garbage collection library and memory allocator for C and C++ that provides automatic reclamation of unreachable objects. It functions as a memory management system that can replace standard allocation functions to automate memory reclamation without requiring source modification. The system is distinguished by its ability to perform incremental and generational garbage collection to reduce application pauses, as well as parallel collection to distribute tracing across multiple CPU cores. It includes a specialized string manipulation library that uses shared structures to en

    Manages shared memory and allocation across multiple threads to prevent race conditions and reduce lock contention.

    Ccc-plus-pluscplusplus
    Vezi pe GitHub↗3,418
  1. Home
  2. Data & Databases
  3. Shared Memory Buffers
  4. Concurrent Memory Allocation Synchronization