zee_alloc

Web Assembly Allocator

A tiny general-purpose allocator targeting WebAssembly.

tiny Zig allocator primarily targeting WebAssembly

GitHub

83 stars
6 watching
6 forks
Language: Zig
last commit: over 3 years ago
Linked from 2 awesome lists

memory-allocationtinywasmzig

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
mdsteele/ziegfried A general-purpose memory allocator for the Zig programming language. 24
thi-ng/tinyalloc Memory allocation library for small, linear memory spaces 777
rustwasm/wee_alloc An allocator designed to minimize WebAssembly code size while still providing efficient memory management. 668
dbandstra/zig-hunk A basic memory allocator based on a fixed block of memory with two stacks growing inward. 0
fengb/wazm An experimental compiler and runtime for executing WebAssembly code in Zig 116
ziglibs/zdb An allocator-free document-oriented database management system built in Zig 3
shritesh/zigfmt-web A compilation tool for formatting Zig source code into WebAssembly format 43
suirad/seal An allocator wrapper with leak detection capabilities 6
microsoft/snmalloc An allocator that efficiently handles memory allocation and deallocation in multithreaded environments. 1,585
spiraldb/streamvbyte-zig A Zig port of an efficient compression codec for binary data 5
fengb/zasp A streaming parser implemented in Zig, designed to efficiently process and analyze data streams. 16
timdaub/preact-nominal-allocator A UI component for adding and removing nominal values 1
shritesh/zig-wasm-dom Demonstrates interaction between Zig language and web-based Document Object Model (DOM) via WebAssembly. 146
emeryberger/hoard An efficient and scalable memory allocator designed to improve application performance in multithreaded programs on multiprocessor machines. 1,115
meheleventyone/zig-wasm-test An example project demonstrating Web Assembly compilation and execution using Zig 55