An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with memory-pool

A curated list of projects in awesome lists tagged with memory-pool .

https://github.com/srdja/collections-c

A library of generic data structures for the C language.

algorithms array c collections data-structures deque hashtable library list memory-pool

Last synced: 14 May 2025

https://github.com/srdja/Collections-C

A library of generic data structures for the C language.

algorithms array c collections data-structures deque hashtable library list memory-pool

Last synced: 20 Mar 2025

https://github.com/water-melon/melon

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).

algorithms aop base64 c c99 cipher-algorithms data-structures framework http interpreter json md5 memory-pool multiprocessing multithreading reedsolomon regular-expression sha1 sha256 thread-pool

Last synced: 19 Oct 2025

https://github.com/Water-Melon/Melon

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).

algorithms aop base64 c c99 cipher-algorithms data-structures framework http interpreter json md5 memory-pool multiprocessing multithreading reedsolomon regular-expression sha1 sha256 thread-pool

Last synced: 18 Mar 2025

https://github.com/rrqm/touchsocket

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.

csharp http https iocp jsonrpc-server memory-pool modbus rpc socket socket-io ssl-support tcp udp webapi websocket xmlrpc-server

Last synced: 14 May 2025

https://github.com/P-p-H-d/mlib

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).

algorithms array bitset c collections data-structures generic hashmap json list lock-free memory-pool priority-queue queue set stack string tree tuples variant

Last synced: 14 Mar 2025

https://github.com/jserv/tlsf-bsd

Two Level Segregated Fit (TLSF) memory allocator implementation, BSD License

fragmentation memory-allocation memory-pool realtime

Last synced: 23 Apr 2025

https://github.com/liudanking/gmmpool

A multi level memory pool for Golang

golang memory-pool multilevel

Last synced: 12 Jan 2026

https://github.com/danielkrupinski/stringpool

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.

char char16 char32 char8 cpp cpp17 cpp20 memory-optimization memory-pool single-header string string-optimization string-pool string-view strings utf-16 utf-32 utf-8 wchar

Last synced: 09 Jul 2025

https://github.com/assyrianic/harbol

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+

allocators bytebuffer c configuration-file custom-types floating-point-types hashmap hashtable libraries library memory-pool miscellaneous-libraries ordered-hashmap plugin-manager queue string tree tuple variants vector

Last synced: 21 Apr 2025

https://github.com/isty001/mem-pool

Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.

alignment c dynamic memory memory-pool memorypool mutex pool pthread variable

Last synced: 13 Apr 2025

https://github.com/kevyonan/harbol

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+

allocators bytebuffer c configuration-file custom-types floating-point-types hashmap hashtable libraries library memory-pool miscellaneous-libraries ordered-hashmap plugin-manager queue string tree tuple variants vector

Last synced: 16 Jun 2025

https://github.com/supurloop/ssf

Small System Framework - JSON parser/generator, Reed-Solomon, finite state machine framework, and other high quality interfaces for embedded systems.

base64-decoding base64-encoding byte-fifo-interface c-language crc16 crc32 embedded embedded-systems finite-state-machine fletcher-checksum forward-error-correction ini-parser json-parser linked-list memory-pool reed-solomon sha2 tlv ubjson

Last synced: 08 Oct 2025

https://github.com/hardikp/cpp-mempool

C++ header-only mempool library

cpp memory-allocation memory-management memory-pool

Last synced: 08 May 2025

https://github.com/xadillax/xmempool

🛀 A memory pool implemented by C.

c memory-pool

Last synced: 15 Apr 2025

https://github.com/asmlover/chaos

Chaos C++ Library - Cross-platform C++1z components

cpp-utilities cpp1z cross-platform memory-pool multithreading

Last synced: 10 Apr 2025

https://github.com/bruce-lee-ly/memory_pool

Simple and efficient memory pool is implemented with C++11.

cpp11 memory-block memory-chunk memory-pool

Last synced: 25 Sep 2025

https://github.com/manishmeganathan/weave

An implementation of a cryptocurrency blockchain network that implements P2P networking, local persistence, transaction merkle trees, memory pooling and a proof-of-work consensus layer. [WIP]

badgerdb blockchain blockchain-network consensus cryptocurrency golang libp2p memory-pool proof-of-work

Last synced: 15 Dec 2025

https://github.com/aden-q/memory-pool

Object-Oriented Programming Course Project

cplusplus freelists memory-allocator memory-pool stl

Last synced: 11 Apr 2025

https://github.com/zhengtianzuo/tianzuo.lianyao

一种简单的内存池,初始化申请一些内存循环使用,不够时动态进行扩容,并且带内存泄漏检测功能。(A simple memory pool that initializes some memory for recycling, dynamically expands when insufficient, and has memory leak detection function.)

memory-leak memory-pool mempool

Last synced: 03 Jan 2026

https://github.com/arxiver/mema

Memory Manager for C language to maintain the memory allocation and dellactions and works as a memory pool

c clang cpp cpp17 memory memory-allocation memory-management memory-manager memory-pool pool

Last synced: 30 Nov 2025

https://github.com/jsign/bufpool

[]bytes manager using a bump-the-pointer allocator.

allocator golang memory-pool performance

Last synced: 04 Apr 2025

https://github.com/hongtae/dkmalloc

Fast and effective memory pool allocator for C / C++

cpp memory-allocation memory-allocator memory-pool memory-pool-allocator optimized-memory

Last synced: 23 Feb 2025

https://github.com/benpm/cppmempool

very simple C++ heterogeneous memory pool with thread safety

cpp memory-allocation memory-arena memory-management memory-pool smart-pointers

Last synced: 04 Oct 2025

https://github.com/code-architect/custom-python-blockchain

A core blockchain build with python and flask framework for frontend. Some of the components are private and public key, transaction, mine, memory pool, fee calculation, target difficulty, peer-2-peer network, broadcast blocks, resolve conflicts, UTXOS etc.

blockchain flask memory-pool p2p private-key-encryption publick-key python utxos

Last synced: 04 Jul 2025

https://github.com/jeremyko/komempool

very very simple c++ memory pool

memory-pool

Last synced: 18 Feb 2026

https://github.com/qfcy/memory-leak-detector

A lightweight memory leak detection library that that overrides standard memory allocation functions by using custom memory pools. 一个轻量级的内存泄漏检测库,通过在内部实现内存池,重载C标准库的内存分配函数实现。

c-language c-library c-plus-plus c-plus-plus-library dynamic-link-library memory-leak memory-management memory-pool shared-library

Last synced: 23 Mar 2025

https://github.com/thosey/lock-free-memory-pool

Lock-free memory pool for C++20 with thread safety and RAII support

cpp20 header-only lockfree memory-pool performance raii thread-safe

Last synced: 02 Jul 2025