18 skills found
foonathan / MemorySTL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
moya-lang / AllocatorUltra fast C++11 allocator for STL containers.
johannesthoma / Mmap AllocatorA STL allocator that mmaps files
Cons-Cat / LibCat🐈⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-based errors!
llefranc / 42 Ft ContainersSchool project: reimplement the STL containers in C++98 (using allocator, double linked list and AVL binary trees).
Cjkkkk / Allocator MemoryPoolMemoryPool based c++ STL Allocator
GiovanniDicanio / StringPoolCustom C++ String Pool Allocator, including benchmark code to compare vs. STL strings.
endurodave / Stl AllocatorSTL std::allocator Fixed Block Memory Allocator
ZSYTY / STL AllocatorFinal project of Object-Oriented-Programming: STL allocator + memory pool
zhourrr / Aligned Memory AllocatorAligned-memory allocator for C++ STL containers
Galaxeaaa / STL Allocator Memory PoolZJU OOP Final Assignment
cas4ey / Shared AllocatorSharedAllocator is simple allocator that allocates memory inside one shared library and can be used to make it safe to share STL containers between several shared libraries.
IteratorandIterator / Handwritten Queue Library With Its Own Iterator And Allocator Like STL QueueThis is a handwritten queue library with its own iterator and allocator that just like STL Queue in C++
Yonaim / Cpp ContainersA reimplementation of major STL containers (vector, map, stack), built from scratch in C++98 with full iterator and allocator support
hansen-audio / Aligned AllocatorAllocator for STL containers, which can allocate e.g. 16-byte aligned memory.
decodeless / AllocatorAn STL compatible growable local linear arena allocator for writing memory mapped files
Kubiyak / ArenaAllocArena allocator for STL containers
clearw5 / Mliba library for C. Including many data structures and utilities in C++ STL, such as allocator, map, set, hash_set, vector and so on.