Are sentinels only intended for null terminators?
|
|
6
|
893
|
September 25, 2024
|
Does zig.zon not support non zig based projects
|
|
3
|
218
|
September 24, 2024
|
@Vector best practices
|
|
6
|
303
|
September 24, 2024
|
Build.zig guide for static libraries created in C
|
|
8
|
247
|
September 21, 2024
|
Wrong sizes of extern/packed structs?
|
|
12
|
235
|
September 19, 2024
|
Would compiling or importing raw C-libraries perform any better under Zig?
|
|
4
|
327
|
September 19, 2024
|
Should I be avoiding circular imports?
|
|
8
|
425
|
September 16, 2024
|
How are Optional Slices Optimized?
|
|
9
|
239
|
September 16, 2024
|
What is the status of async with Zig?
|
|
58
|
2822
|
September 16, 2024
|
How much data is too much to pass around on the stack?
|
|
2
|
184
|
September 14, 2024
|
Run arbitary step whenever a module gets imported
|
|
1
|
84
|
September 13, 2024
|
Is there a way to kill/cancel a thread in Zig?
|
|
20
|
555
|
September 12, 2024
|
Gotchas when using a file as a struct?
|
|
2
|
301
|
September 12, 2024
|
AnyWriter/AnyReader vs anytype
|
|
16
|
595
|
September 12, 2024
|
Zig for C programmers guide?
|
|
33
|
776
|
September 8, 2024
|
Inquiry about 'for' loop syntax when using references
|
|
21
|
767
|
September 8, 2024
|
Advice/Best practices around using references vs values
|
|
7
|
239
|
September 6, 2024
|
Explanation of std.builtin.AtomicOrder Enumerations
|
|
2
|
110
|
September 5, 2024
|
Labeled blocks for dangling pointers?
|
|
4
|
97
|
September 2, 2024
|
Learning C interop and low-level concepts coming from high-level language background
|
|
3
|
168
|
August 30, 2024
|
Bitwise - Overtly set the 8th bit on a i8: Testing twoscompliment
|
|
7
|
151
|
August 29, 2024
|
What is the init pattern with self pointer
|
|
8
|
246
|
August 28, 2024
|
Can vtable based polymorhism/interface work with comptime?
|
|
5
|
179
|
August 27, 2024
|
Switch based polymorphism vs Pointer based. Which is more efficient?
|
|
13
|
610
|
August 26, 2024
|
Why Digit Separator is not a state in the Tokenizer
|
|
1
|
108
|
August 24, 2024
|
Can I load a arbitrary json with std.json? Knowledge gaps after highlevel programming
|
|
7
|
373
|
August 24, 2024
|
Is there a cost to using a FixedBufferAllocator over directly writing to an array?
|
|
11
|
122
|
August 23, 2024
|
Does Zig have modules?
|
|
10
|
572
|
August 21, 2024
|
Zig, Libc and SysCalls
|
|
6
|
376
|
August 21, 2024
|
Using static libraries
|
|
3
|
272
|
August 21, 2024
|