Projects in Awesome Lists tagged with arena-allocator
A curated list of projects in awesome lists tagged with arena-allocator .
https://github.com/ortuman/nuke
⚡ A memory arena implementation for Go.
arena-allocator garbage-collection go low-latency memory-management performance
Last synced: 05 Apr 2025
https://github.com/xoofx/varena
Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.
allocator arena-allocator dotnet virtual-memory
Last synced: 09 Sep 2025
https://github.com/masonprotter/bumper.jl
Bring Your Own Stack
arena-allocator array bump-allocator julia julia-language performance stack
Last synced: 16 May 2025
https://github.com/camel-cdr/cauldron
A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)
arena-allocator argument-parser benchmarking c csprng dynamic-array library prng random-distributions shuffling trng unit-testing
Last synced: 27 Oct 2025
https://github.com/linkdd/larena
Yet another simple header only arena allocator for C11
arena-allocator c c11 header-only memory-management
Last synced: 27 Feb 2026
https://github.com/al8n/rarena
Lock-free ARENA allocator and a set of lock-free data structures based on the ARENA allocator.
arena arena-allocator concurrency concurrent-programming lock-free memory-management no-std rust
Last synced: 09 Mar 2026
https://github.com/jgabaut/koliseo
An arena allocator library in C.
allocator amboso arena-alloc arena-allocator c c-arena c11 c99
Last synced: 01 Apr 2026
https://github.com/olemorud/arena-allocator
Arena Allocator implementation in C
Last synced: 30 Apr 2025
https://github.com/religiya-serdtsa/libttak
LibTTAK: Next Generation Memory Model
arena-allocator atomicity c concurrency deterministic gc-free lock-free memory-leak memory-safety minimalistic modern-c open-source optimization threading virtual-memory
Last synced: 30 May 2026
https://github.com/paytonwebber/mcts-rs
A Rust implementation of the Monte Carlo Tree Search (MCTS) algorithm, utilizing an arena allocator for efficient memory management.
arena-allocator mcts monte-carlo-tree-search rust
Last synced: 09 Aug 2025
https://github.com/rsms/ckit-jemalloc
jemalloc-based memory allocator for ckit/rbase
Last synced: 07 Oct 2025
https://github.com/eriknyquist/hashtable
A lightweight separate-chaining arena-backed hashtable in C, designed to be flexible enough for embedded systems
arena-allocator data-structure data-structures-and-algorithms embedded-c embedded-systems hashtable hashtable-chaining separate-chaining
Last synced: 16 Jun 2026
https://github.com/zeozeozeo/contiguous-arena
Efficient, reusable memory arena for Rust with support for contiguous memory blocks.
allocation allocator arena arena-allocator arena-memory buffer contiguous contiguous-allocation contiguous-buffer memory-management rust
Last synced: 24 Feb 2026
https://github.com/octu0/armap
HashMap on Arena
arena-allocator hashmap hashset linked-list
Last synced: 24 Oct 2025
https://github.com/superpuero/kawa_arena_allocator
Fast, single-header and modern, allocator solution for c++ 17
arena arena-allocator cpp cpp17 game-development memory
Last synced: 25 Jun 2025
https://github.com/zeusdeux/c-libs
stb style single header libs for basic utilities in C programs such string view, arena allocator, gap buffer, etc.
arena-allocator c clibrary dynamic-array gap-buffer stb stb-style string-builder string-view
Last synced: 05 Apr 2025
https://github.com/hernanatn/arenas
Librería de C++ para gestión de memoria por regiones
arena-allocator cpp-library cpp17 memory-management
Last synced: 27 Jun 2025
https://github.com/rnpnr/mandelbrot
OpenGL based Mandelbrot Set viewer
arena-allocator c computer-graphics opengl
Last synced: 01 May 2026
https://github.com/rax-x/arena-allocator
C Arena Allocator: A Minimal, Header-Only Solution for Efficient Memory Management 🏟️
arena arena-allocator c c99 clanguage header-only memory-allocation stb stb-style
Last synced: 31 Aug 2025
https://github.com/julienrull/libzro
A header-only C library that provides essential data structures
arena-allocator c dynamic-array hmap library unittest
Last synced: 04 Apr 2025
https://github.com/barbell-math/smoothbrain-arena
A very simple library that implements an arena allocator in 100% golang.
arena arena-allocator golang golang-library golang-package
Last synced: 17 Jun 2025
https://github.com/claudemuller/arena-allocator.c
An arena/linear memory allocator built in C
arena-allocator c linear-allocator memory-allocator memory-management
Last synced: 23 Jun 2025
https://github.com/maksim2498/c-allocators
A small C99 library providing allocators
allocators arena-allocator c99 library
Last synced: 21 May 2026
https://github.com/petbrain/libpussy
Pet's collection of essentials.
allocators arena-allocator bitmap-allocator bitmap-dump hexdump ringbuffer synchronization timespec
Last synced: 12 Aug 2025
https://github.com/limpo1989/arena
A high-performance memory allocator for Go that reduces garbage collection (GC) overhead by managing object lifetimes explicitly.
Last synced: 18 Aug 2025
https://github.com/sauravmaheshkar/arena.c
C library for Arena based memory management
Last synced: 27 Mar 2025
https://github.com/rrrinav/ut_lities
utilities: a collection of header only libraries for various uses
algebra arena arena-allocator cpp cpp-header cpp-language cpp-lib cpp-library cpp-programming header-only linear-algebra linear-equations string string-library string-manipulation string-utilities string-utility string-utils
Last synced: 29 Mar 2025
https://github.com/aftermath22/oxygen_a-compiled-mini-language
A custom mini language with its own custom compiler built from scratch in modern C++20.
arena-allocator ast cmake cpp20 custom-language error-handling generation mini-compiler nasm nasm-assembly oops-in-cpp parse-tree parsing tokenization wsl
Last synced: 22 Aug 2025
https://github.com/avicted/va_c_arena
va_c_arena is a C99/C11 arena memory management library designed to provide efficient memory allocation and deallocation. This library is structured as a single-header, stb-style implementation for easy integration and cross-platform use.
Last synced: 10 Oct 2025
https://github.com/geeknoid/multitude
Fast and flexible arena allocator for Rust
arena-allocator bump-allocator memory-management
Last synced: 02 May 2026
https://github.com/tamvt-dev/event_horizon
A ultra-high-performance, zero-allocation C99 heuristic engine designed for real-time DAG routing and stream analysis. Replaces $O(N^2)$ operations with $O(N)$ State Collapse extensions, optimized via 32-byte aligned AVX2 SIMD intrinsics for sub-millisecond edge execution
arena-allocator beam-search c99 dag edge-ai embedded-systems graph-runtime heuristic-search high-performance inference-engine low-latency real-time simd systems-programming zero-allocation
Last synced: 11 Jun 2026