arena-allocator
There are 37 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
al8n/rarena
Lock-free ARENA allocator and a set of lock-free data structures based on the ARENA allocator.
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.
PaytonWebber/mcts-rs
A Rust implementation of the Monte Carlo Tree Search (MCTS) algorithm, utilizing an arena allocator for efficient memory management.
fe-dagostino/lock-free
Collection of lock-free data structures
gooderfreed/arena_c
Simple and lightweight header-only arena allocator library in pure C for streamlined memory management.
olemorud/arena-allocator
Arena Allocator implementation in C
polazarus/rodeo
Fast dropping untyped arena for Rust
jgabaut/koliseo
An arena allocator library in C.
LucAlexander/Xi
Fast, lightweight, software development tool.
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
RaulCotar/arenalloc
Simple arena allocator in C.
zeusdeux/c-libs
stb style single header libs for basic utilities in C programs such string view, arena allocator, gap buffer, etc.
Hernanatn/arenas
Librería de C++ para gestión de memoria por regiones
Marjan112/arena_allocator
A simple arena allocator written in C.
octu0/armap
HashMap on Arena
Raezil/memoryArena
memory arena lib in Golang
rnpnr/mandelbrot
OpenGL based Mandelbrot Set viewer
Sopiro/salloc
Collection of specialized memory allocators
zeozeozeo/contiguous-arena
Efficient, reusable memory arena for Rust with support for contiguous memory blocks.
Zermil/gfx-template
Template code for working with d3d11 and for general purpose programming
aftermath22/Oxygen_A-Compiled-Mini-Language
A custom mini language with its own custom compiler built from scratch in modern C++20.
amateur80lvl/arena
Arena allocator
Maksim2498/c-allocators
A small C99 library providing allocators
virajsabhaya23/OperatingSystem
Operating System Concepts
claudemuller/arena-allocator.c
An arena/linear memory allocator built in C
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
julienrull/libzro
A header-only C library that provides essential data structures
limpo1989/arena
A high-performance memory allocator for Go that reduces garbage collection (GC) overhead by managing object lifetimes explicitly.
Rrrinav/ut_lities
utilities: a collection of header only libraries for various uses