awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Snaipe avatar

Snaipe/libcsptr

0
View on GitHub↗
1,728 stars·144 forks·CMake·MIT·2 vuessnai.pe/c/c-smart-pointers↗

Libcsptr

Smart pointers for the (GNU) C programming language

Features

  • Memory Management - Smart pointers for C.
  • Memory Allocation - Smart pointers for the C programming language.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Historique des stars

Graphique de l'historique des stars pour snaipe/libcsptrGraphique de l'historique des stars pour snaipe/libcsptr

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait snaipe/libcsptr ?

Smart pointers for the (GNU) C programming language

Quelles sont les fonctionnalités principales de snaipe/libcsptr ?

Les fonctionnalités principales de snaipe/libcsptr sont : Memory Management, Memory Allocation, Windows Environments.

Quelles sont les alternatives open-source à snaipe/libcsptr ?

Les alternatives open-source à snaipe/libcsptr incluent : google/tcmalloc — Tcmalloc is a high-performance C++ memory allocator and runtime library designed to manage heap memory for large-scale… jemalloc/jemalloc — jemalloc is a general purpose C memory allocator designed as a replacement for the standard library malloc and free… emeryberger/hoard — The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac. foonathan/memory — STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but… ivmai/bdwgc — The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc). microsoft/mimalloc — Mimalloc is a general purpose dynamic memory allocator for C and C++ designed to increase execution speed and reduce…

Alternatives open source à Libcsptr

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Libcsptr.
  • foonathan/memoryAvatar de foonathan

    foonathan/memory

    1,610Voir sur GitHub↗

    STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.

    C++
    Voir sur GitHub↗1,610
  • google/tcmallocAvatar de google

    google/tcmalloc

    5,255Voir sur GitHub↗

    Tcmalloc is a high-performance C++ memory allocator and runtime library designed to manage heap memory for large-scale services. It functions as a thread-caching memory allocator that reduces lock contention in multi-threaded applications to maintain stability and performance during concurrent workloads. The project focuses on high-concurrency memory allocation and multithreaded application scaling. It employs a strategy of providing per-thread caches to ensure fast memory access and improve the throughput of parallel programs in low-level system programming environments. The library manages

    C++
    Voir sur GitHub↗5,255
  • emeryberger/hoardAvatar de emeryberger

    emeryberger/Hoard

    1,233Voir sur GitHub↗

    The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.

    C++
    Voir sur GitHub↗1,233
  • ivmai/bdwgcAvatar de ivmai

    ivmai/bdwgc

    3,486Voir sur GitHub↗

    The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)

    C
    Voir sur GitHub↗3,486
Voir les 30 alternatives à Libcsptr→