Stackless coroutines and defer, a match made in resource management heaven?
|
|
0
|
137
|
July 22, 2025
|
First Zig Blog (With Zine!)
|
|
1
|
260
|
July 22, 2025
|
Zalloc, replace malloc and friends with a zig allocator in your c code
|
|
4
|
191
|
July 20, 2025
|
readToEndAlloc and readFileAlloc both report memory leaks
|
|
6
|
108
|
July 16, 2025
|
Implicit allocators in binaries?
|
|
4
|
178
|
July 15, 2025
|
Should I mix use `std.heap.c_allocator` with other std.heap allocators when linking libc?
|
|
8
|
113
|
July 11, 2025
|
Error when reading my Raylib files on WASM + ESMCRIPTEN
|
|
5
|
85
|
July 10, 2025
|
How are big integer literals treated?
|
|
10
|
150
|
July 6, 2025
|
Who is responsible for freeing memories when it comes to maps?
|
|
10
|
376
|
July 5, 2025
|
Zig's memory model
|
|
2
|
223
|
July 1, 2025
|
Struct Inheritance and Alignment
|
|
7
|
300
|
June 30, 2025
|
Need help for designing a concurrent datastructure
|
|
10
|
464
|
June 27, 2025
|
Stack probe puzzle
|
|
2
|
426
|
June 24, 2025
|
Brand new ZIg user trying to port 3K line science app w/100 pointers in a struct
|
|
7
|
226
|
June 24, 2025
|
Segmentation fault when detouring(inline hook) in x64
|
|
0
|
68
|
June 23, 2025
|
Wrapping an allocator to know how many bytes it has allocated
|
|
8
|
330
|
June 18, 2025
|
Invalid free error with version 0.14 that did not appear in 0.13, for aligned memory that is assigned via `memcpy`
|
|
4
|
184
|
June 18, 2025
|
Revisiting alignedAlloc and alignedFree
|
|
0
|
138
|
June 17, 2025
|
Parallel execution problem
|
|
5
|
184
|
June 12, 2025
|
StringHashMap
|
|
13
|
298
|
June 4, 2025
|
Proposal: Move pointer stability to an Allocator
|
|
5
|
237
|
June 3, 2025
|
How to express ownership semantics in zig?
|
|
10
|
341
|
June 2, 2025
|
Convenient AST storage at runtime or comptime
|
|
12
|
310
|
May 31, 2025
|
Monkey Lang: an interpreter written by hand
|
|
0
|
234
|
May 27, 2025
|
Handling Out Of Memory errors
|
|
41
|
789
|
May 30, 2025
|
Tying down logic and memory management
|
|
11
|
349
|
May 29, 2025
|
Arena swapping pattern in Zig
|
|
8
|
358
|
May 23, 2025
|
Is there any way to limit linear memory usage at all costs?
|
|
2
|
160
|
May 23, 2025
|
Can a source file implicit struct be a packed struct?
|
|
5
|
195
|
May 23, 2025
|
Not sure how to dealloc after accessing the symbol from Module using Address
|
|
2
|
102
|
May 19, 2025
|