memory-pool
Here are 63 public repositories matching this topic...
Sort:Most stars
A library of generic data structures for the C language.
- Updated
May 31, 2024 - C
A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter. It currently supports C99 and Aspect-Oriented Programming (AOP).
- Updated
Jan 31, 2025 - C
TouchSocket is an integrated .NET networking framework that includes modules for socket, TCP, UDP, SSL, named pipes, HTTP, WebSocket, RPC, and more. It offers a one-stop solution for TCP packet issues and enables quick implementation of custom data message parsing using protocol templates.
- Updated
Mar 16, 2025 - C#
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
- Updated
Mar 16, 2025 - C
A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or delete, depending on operating system & compiler)
- Updated
Jul 18, 2024 - C++
Two Level Segregated Fit (TLSF) memory allocator implementation, BSD License
- Updated
Jan 29, 2024 - C
A performant and memory efficient storage for immutable strings with C++17. Supports all standard char types: char, wchar_t, char16_t, char32_t and C++20's char8_t.
- Updated
May 2, 2022 - C++
A high-performance back-end service framework written in C.
- Updated
Dec 23, 2023 - C
Harbol is a collection of data structure and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib but for C99+
- Updated
Feb 20, 2025 - C
Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.
- Updated
Sep 15, 2021 - C
Small System Framework - JSON parser/generator, Reed-Solomon, finite state machine framework, and other high quality interfaces for embedded systems.
- Updated
Mar 13, 2025 - C
simple memory pool / thread safe / minimized context switching / Memory managed in 4 levels / Requirements(Windows xp~ / Visualstudio 2015)
- Updated
Jul 14, 2022 - C++
A low latency oriented thread caching allocator for Linux/Windows. Single header & LD_PRELOADable.
- Updated
Mar 13, 2025 - C++
C++ header-only mempool library
- Updated
Dec 20, 2017 - C++
Allocation-free and lock-free memory pool library written in golang using treiber stack
- Updated
Dec 9, 2018 - Go
An efficient solution to replace malloc - Google open source project tcmalloc high-concurrency memory pool learning and simulation implementation. This project extracts the essence of Google-tcmalloc. After testing and optimization, the performance is better than malloc to a certain extent.
- Updated
Sep 5, 2024 - C++
C++ template containers with optimized memory consumption
- Updated
Mar 17, 2025 - C++
Fast Efficient Fixed-Size Memory Pool
- Updated
Dec 12, 2018 - C++
Improve this page
Add a description, image, and links to thememory-pool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thememory-pool topic, visit your repo's landing page and select "manage topics."