Allocators and thread safety (and not only)
|
|
20
|
171
|
July 3, 2025
|
Which arguments for deinit (or other invalidating functions)?
|
|
1
|
113
|
July 2, 2025
|
Choosing an Allocator
|
|
14
|
275
|
July 2, 2025
|
Convention for init / deinit
|
|
13
|
1594
|
July 2, 2025
|
Small command-line application reading ZON config
|
|
10
|
194
|
July 2, 2025
|
std.posix.AcceptError.ConnectionAborted vs ConnectionResetByPeer
|
|
5
|
96
|
June 30, 2025
|
What is the simplest way to send a one shot HTTP request in Zig to a known address?
|
|
5
|
347
|
June 26, 2025
|
Crash when using std.Thread in a static library and not linking LibC
|
|
2
|
102
|
June 26, 2025
|
Proposal(std.meta): Is there already another (idiomatic) way to retrieve tagged union active field's value?
|
|
6
|
199
|
June 26, 2025
|
Does Zig's directory walking have a hard cap? Edit: No, either ghosts or NFS oddities
|
|
3
|
180
|
June 24, 2025
|
`Dir.readFileAlloc` returns `error.NotDir` but path is valid, correct and exists
|
|
9
|
141
|
June 23, 2025
|
Is it useful for std.enums.valuesFromFields and std.enums.values to return slices instead of pointers to arrays?
|
|
6
|
207
|
June 22, 2025
|
Thread Barriers
|
|
4
|
161
|
June 21, 2025
|
Pythonlike hasattr and getattr functions for Zig
|
|
11
|
344
|
June 21, 2025
|
Weirdness in using std.meta.hasMethod
|
|
2
|
128
|
June 20, 2025
|
zig-dotenv: Lightweight .env file parser for Zig
|
|
11
|
422
|
June 17, 2025
|
What cybersecurity tools does Zig need?
|
|
0
|
142
|
June 16, 2025
|
DynamicBitSetUnmanaged / DynamicBitSet missing methods?
|
|
6
|
155
|
June 13, 2025
|
Parallel execution problem
|
|
5
|
183
|
June 12, 2025
|
Maximum number of Threads
|
|
10
|
255
|
June 10, 2025
|
What is the canonical way to read CSV in Zig?
|
|
6
|
305
|
June 9, 2025
|
Missing std.posix.* members on x86_64 linux
|
|
3
|
125
|
June 5, 2025
|
Sort function for chunks of a slice
|
|
6
|
102
|
June 4, 2025
|
Proposal: Move pointer stability to an Allocator
|
|
5
|
235
|
June 3, 2025
|
Making a non-disturbing polite language proposal
|
|
16
|
368
|
June 2, 2025
|
Getting an IP address from an instance of std.posix.sockaddr
|
|
3
|
102
|
June 1, 2025
|
Ipv4ParseError, why not Ipv6ParseError
|
|
2
|
81
|
May 31, 2025
|
A custom build.zig command to run system commands and see their output
|
|
9
|
256
|
May 30, 2025
|
Downsides of making a zig function callconv to .c?
|
|
2
|
144
|
May 28, 2025
|
Fail to open POSIX file
|
|
16
|
84
|
May 27, 2025
|