zee_alloc

Web Assembly Allocator

A tiny general-purpose allocator targeting WebAssembly.

tiny Zig allocator primarily targeting WebAssembly

GitHub

82 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 778
rustwasm/wee_alloc An allocator designed to minimize WebAssembly code size while still providing efficient memory management. 666
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 115
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 optimized memory allocator with support for concurrent allocations and efficient batch deallocations. 1,576
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. 142
emeryberger/hoard An efficient and scalable memory allocator designed to improve application performance in multithreaded programs on multiprocessor machines. 1,106
meheleventyone/zig-wasm-test An example project demonstrating Web Assembly compilation and execution using Zig 55