|
Ownership, borrowing, lifetimes, parallel programming and unnecessary complexity
|
|
31
|
727
|
March 9, 2026
|
|
Is it ok to use vectors in c structs?
|
|
8
|
472
|
March 8, 2026
|
|
How to deinit a mutually recursive data structure?
|
|
12
|
112
|
March 7, 2026
|
|
How to free a type erased field?
|
|
21
|
509
|
March 6, 2026
|
|
Generic Managed Implementation
|
|
11
|
507
|
February 27, 2026
|
|
WIP Gap Buffer in Zig: Looking for Feedback
|
|
4
|
237
|
February 26, 2026
|
|
Memory management for a parser
|
|
4
|
252
|
February 23, 2026
|
|
Panic: incorrect alignment when casting slice to struct
|
|
10
|
132
|
February 20, 2026
|
|
Allocators: Best Practices & Anti-Patterns
|
|
12
|
1121
|
February 15, 2026
|
|
Basic Question on Allocation
|
|
25
|
1048
|
February 14, 2026
|
|
Strange behavior with std.ArrayList (garbled output)
|
|
9
|
250
|
February 11, 2026
|
|
Manual Indexing into an Allocation
|
|
5
|
152
|
February 11, 2026
|
|
Arena allocators vs. general allocators: is it really binary
|
|
23
|
788
|
February 9, 2026
|
|
Complex JSON handling
|
|
12
|
438
|
February 8, 2026
|
|
Tips on handling input from stdin
|
|
2
|
116
|
February 8, 2026
|
|
Std.c.ioctl() does not overwrite variable when it is marked constant
|
|
5
|
151
|
February 5, 2026
|
|
Pointers are changing when being passed through functions
|
|
6
|
190
|
January 31, 2026
|
|
Correct writer to use with std.zig.stringEscape
|
|
2
|
97
|
January 31, 2026
|
|
How to check what memory region a pointer belongs to?
|
|
3
|
117
|
January 29, 2026
|
|
Complexity of ArenaAllocator
|
|
10
|
544
|
January 21, 2026
|
|
Using Indices over Ptrs for Handles
|
|
10
|
188
|
January 19, 2026
|
|
Need help understanding memory leak detected in test
|
|
3
|
173
|
January 18, 2026
|
|
Freeing memory on error
|
|
12
|
189
|
January 16, 2026
|
|
getPtr() delivers different pointer than the one used with getOrPut() (BUG?)
|
|
7
|
202
|
January 15, 2026
|
|
Reserve First
|
|
33
|
1633
|
January 13, 2026
|
|
Use of align in Zig
|
|
4
|
358
|
January 10, 2026
|
|
Segfault with http.Client after fetch() and move
|
|
6
|
84
|
January 9, 2026
|
|
Performance advice for large array (framebuffer) please?
|
|
14
|
722
|
January 7, 2026
|
|
Hash alternative for a blunt array
|
|
14
|
461
|
December 31, 2025
|
|
Composite allocator - "stack first... then arena once stack is full...."
|
|
4
|
149
|
December 29, 2025
|