Zig Interface Revisited
|
|
10
|
219
|
July 17, 2025
|
Converting a string to a bare enum
|
|
3
|
41
|
July 17, 2025
|
Make Zig tokenizer faster using only one ensureTotalCapacity/malloc
|
|
10
|
213
|
July 17, 2025
|
New Compaction-based Zig Tokenizer
|
|
22
|
907
|
July 17, 2025
|
Readability when infered
|
|
17
|
216
|
July 17, 2025
|
How to make an HTTP POST request with struct serialization and default values
|
|
2
|
52
|
July 17, 2025
|
About ssl/https for httpz
|
|
2
|
116
|
July 17, 2025
|
Zig's New Async I/O
|
|
17
|
806
|
July 17, 2025
|
Multidimensional arrays with zero size
|
|
8
|
96
|
July 16, 2025
|
Help json write to file version 0.15 dev nigth
|
|
10
|
234
|
July 16, 2025
|
Making HTTP GET request with custom header
|
|
1
|
88
|
July 15, 2025
|
Undefined symbol: SystemFunction036 on windows zig-0.15.0-dev.1034+bd97b6618
|
|
3
|
80
|
July 15, 2025
|
Accept allocator or slices in my API?
|
|
11
|
453
|
July 15, 2025
|
Math with signed / unsigned
|
|
13
|
394
|
July 15, 2025
|
How do I match glob patterns in Zig?
|
|
6
|
733
|
July 15, 2025
|
Named slice elements
|
|
6
|
109
|
July 15, 2025
|
LSB bits: can we go faster?
|
|
4
|
108
|
July 15, 2025
|
Help converting u8 to string
|
|
28
|
623
|
July 15, 2025
|
Absurdly long error return traces
|
|
6
|
105
|
July 14, 2025
|
Division by zero and Illegal Behavior
|
|
20
|
212
|
July 14, 2025
|
Getting `zig build test` to find all the tests in my module
|
|
16
|
557
|
July 14, 2025
|
stdIn or stdout changed last night
|
|
8
|
151
|
July 14, 2025
|
Pruning large inferred error sets
|
|
5
|
78
|
July 13, 2025
|
Ranges inclusive or exclusive with regard to upper bound?
|
|
2
|
68
|
July 13, 2025
|
Short math notation, casting, clarity of math expressions
|
|
43
|
1811
|
July 13, 2025
|
Trouble understanding how Zig is faster than C and C++
|
|
20
|
1087
|
July 13, 2025
|
Data structures with or without allocation?
|
|
4
|
140
|
July 12, 2025
|
Generate functions during comptime
|
|
17
|
226
|
July 12, 2025
|
Reading structs (that have Variable Length Arrays) from a buffer
|
|
3
|
105
|
July 12, 2025
|
How can I use comparison operators with custom struct
|
|
4
|
96
|
July 11, 2025
|