ArrayVec
Dynamic array replacement
A statically typed array with a vector-like API in Zig
An array with a vector feeling in Zig
15 stars
1 watching
1 forks
Language: Zig
last commit: over 4 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
spiraldb/streamvbyte-zig | A Zig port of an efficient compression codec for binary data | 5 |
chaoyangnz/zava | A Java Virtual Machine implementation in Zig language | 9 |
dutchghost/maybeuninit | A Zig library implementing a way to create and manage uninitialized values at compile-time. | 1 |
zig-java/jaz | A JVM implementation in Zig. | 88 |
omaraaa/vecfns | A set of utility functions for vector operations in a programming language | 24 |
alexnask/interface.zig | A library that provides a simple and flexible way to create dynamic interfaces in Zig | 167 |
fubark/zig-v8 | Builds and provides C bindings and a Zig API for the V8 JavaScript engine | 137 |
ziglang/vscode-zig | An extension providing language support and tools for the Zig programming language in Visual Studio Code. | 549 |
braedonwooding/lazy-zig | A library providing LINQ-like functionality for arrays and iterators in Zig. | 42 |
zoltantothcom/vanilla-js-accordion | An implementation of an accordion widget using vanilla JavaScript | 63 |
swenson/vector.h | A C header library for creating dynamic arrays with automatic element management | 44 |
karlseguin/zuckdb.zig | A Zig driver for DuckDB that enables direct access to its API | 93 |
ronsor/riscv-zig | A RISC-V CPU emulator written in Zig. | 48 |
weskoerber/kewpie | A simple query string parser for Zig. | 2 |
vi/zigmkv | An implementation of a Matroska/webm (mkv) parser in Zig. | 12 |