awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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 Aufrufesnai.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.

Star-Verlauf

Star-Verlauf für snaipe/libcsptrStar-Verlauf für snaipe/libcsptr

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Libcsptr

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Libcsptr.
  • foonathan/memoryAvatar von foonathan

    foonathan/memory

    1,610Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗1,610
  • google/tcmallocAvatar von google

    google/tcmalloc

    5,255Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗5,255
  • emeryberger/hoardAvatar von emeryberger

    emeryberger/Hoard

    1,233Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗1,233
  • ivmai/bdwgcAvatar von ivmai

    ivmai/bdwgc

    3,486Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗3,486
Alle 30 Alternativen zu Libcsptr anzeigen→

Häufig gestellte Fragen

Was macht snaipe/libcsptr?

Smart pointers for the (GNU) C programming language

Was sind die Hauptfunktionen von snaipe/libcsptr?

Die Hauptfunktionen von snaipe/libcsptr sind: Memory Management, Memory Allocation, Windows Environments.

Welche Open-Source-Alternativen gibt es zu snaipe/libcsptr?

Open-Source-Alternativen zu snaipe/libcsptr sind unter anderem: 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…