|
Switching on pointers to tagged unions
|
|
6
|
274
|
February 9, 2026
|
|
Future of Io.Future
|
|
1
|
495
|
February 6, 2026
|
|
Discussion: Which is fastest allocators in zig
|
|
6
|
622
|
February 6, 2026
|
|
Polling in new I/O interface
|
|
1
|
343
|
February 6, 2026
|
|
Std.c.ioctl() does not overwrite variable when it is marked constant
|
|
5
|
154
|
February 5, 2026
|
|
Array and slice address relationship
|
|
7
|
361
|
February 2, 2026
|
|
How much OOP is too much OOP: A question around constructors
|
|
23
|
930
|
January 31, 2026
|
|
Buffered writer performance in comparison to rust
|
|
13
|
344
|
January 31, 2026
|
|
Using stdout generated file as Zig source code in build.zig
|
|
7
|
394
|
January 31, 2026
|
|
How to modify a file in-place?
|
|
15
|
279
|
January 30, 2026
|
|
How to check what memory region a pointer belongs to?
|
|
3
|
121
|
January 29, 2026
|
|
Implementing testing.expectNonNull()
|
|
5
|
140
|
January 29, 2026
|
|
How does arraylist deinitialization work?
|
|
9
|
307
|
January 29, 2026
|
|
i0N / u0N can be used neither type nor identifier. Is this an intended design?
|
|
1
|
152
|
January 29, 2026
|
|
Is std zlib usable for png
|
|
8
|
508
|
January 28, 2026
|
|
.init shorthand works with `try` but not with `catch`
|
|
6
|
322
|
January 28, 2026
|
|
Why is declaration publicity a feature of Zig?
|
|
21
|
741
|
January 28, 2026
|
|
What does .empty do?
|
|
10
|
320
|
January 28, 2026
|
|
Why is the comptime keyword needed in this inline for loop condition?
|
|
7
|
351
|
January 27, 2026
|
|
Optimizing away unnecessary variable initialization
|
|
2
|
199
|
January 27, 2026
|
|
Handles instead of Pointers
|
|
18
|
991
|
January 27, 2026
|
|
std.IO Organization/Design
|
|
7
|
430
|
January 27, 2026
|
|
StackFallbackAllocator vs FixedBufferAllocator patterns
|
|
20
|
590
|
January 26, 2026
|
|
Complexity of ArenaAllocator
|
|
10
|
558
|
January 21, 2026
|
|
Thread Synchrony (but not the std.Thread.Barrier kind)
|
|
4
|
202
|
January 20, 2026
|
|
Confused by invalid range error
|
|
4
|
98
|
January 17, 2026
|
|
What does it mean to import a module?
|
|
5
|
253
|
January 16, 2026
|
|
Zig: Why does removing the type field from a vtable-based struct changes the behaviour
|
|
26
|
688
|
January 16, 2026
|
|
Inconsistency when undefined is assigned to optional
|
|
12
|
443
|
January 15, 2026
|
|
How to check for C preprocessor defines?
|
|
3
|
180
|
January 14, 2026
|