arena-allocator
There are 29 repositories under arena-allocator topic.
ortuman/nuke
⚡ A memory arena implementation for Go.
xoofx/Varena
Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.
MasonProtter/Bumper.jl
Bring Your Own Stack
camel-cdr/cauldron
A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)
linkdd/larena
Yet another simple header only arena allocator for C11
alitokur/arena-allocator
The Arena Allocator (Linear Allocator) is a custom memory allocater written in C++. It provides a high-performance memory management solution for applications that require efficient and predictable memory allocation and deallocation.
al8n/rarena
Lock-free ARENA allocator and a set of lock-free data structures based on the ARENA allocator.
fe-dagostino/lock-free
Collection of lock-free data structures
polazarus/rodeo
Fast dropping untyped arena for Rust
jgabaut/koliseo
An arena allocator library in C.
LucAlexander/Xi
Fast, lightweight, software development tool.
olemorud/arena-allocator
Arena Allocator implementation in C
PaytonWebber/mcts-rs
A Rust implementation of the Monte Carlo Tree Search (MCTS) algorithm, utilizing an arena allocator for efficient memory management.
eriknyquist/hashtable
A lightweight separate-chaining arena-backed hashtable in C, designed to be flexible enough for embedded systems
rsms/ckit-jemalloc
jemalloc-based memory allocator for ckit/rbase
Raezil/memoryArena
memory arena lib in Golang
Marjan112/arena_allocator
A simple arena allocator written in C.
RaulCotar/arenalloc
Simple arena allocator in C.
rnpnr/mandelbrot
OpenGL based Mandelbrot Set viewer
Sopiro/Salloc
Collection of specialized memory allocators
Zermil/gfx-template
Template code for working with d3d11 and for general purpose programming
zeusdeux/c-libs
stb style single header libs for basic utilities in C programs such string view, arena allocator, gap buffer, etc.
amateur80lvl/arena
Arena allocator
LucAlexander/Arena-Allocator
Arena allocator with limited memory pool Growth
Maksim2498/c-allocators
A small C99 library providing allocators
virajsabhaya23/OperatingSystem
Operating System Concepts
ericbreyer/rustarena
A small, thread-safe, no-std, arena allocator with a static backing store and ability to allocate arbitrary types.
gubnik/arena_allocator
A very simple C++ arena allocator
Ncronom/libzro
A header-only C library that provides essential data structures