About the Explain category
|
|
0
|
317
|
January 5, 2024
|
(Dedicated function for) natural logarithm missing in standard library
|
|
2
|
50
|
July 14, 2025
|
Comptime float internals
|
|
4
|
32
|
July 13, 2025
|
Comptime-known values passed to runtime function paramters, do they optimize?
|
|
10
|
338
|
July 14, 2025
|
Zig as a C and C++ compiler
|
|
2
|
90
|
July 13, 2025
|
New LinkedList API footgun
|
|
20
|
628
|
July 13, 2025
|
Trouble understanding how Zig is faster than C and C++
|
|
20
|
1057
|
July 13, 2025
|
Speed differences from vscode or as exe
|
|
11
|
160
|
July 12, 2025
|
Data structures with or without allocation?
|
|
4
|
119
|
July 12, 2025
|
Why is cancellation useful, and how are cancelled tasks supposed to clean up? (async)
|
|
4
|
161
|
July 12, 2025
|
Should I mix use `std.heap.c_allocator` with other std.heap allocators when linking libc?
|
|
8
|
106
|
July 11, 2025
|
Is there a way to kill/cancel a thread in Zig?
|
|
22
|
1253
|
July 11, 2025
|
Zls LSP not displaying enum/union functions?
|
|
4
|
179
|
July 9, 2025
|
Why is a zig installation more than one file?
|
|
2
|
295
|
July 8, 2025
|
Using the Unmanaged variant of ArrayList have negative performance impact?
|
|
6
|
188
|
July 7, 2025
|
How are big integer literals treated?
|
|
10
|
146
|
July 6, 2025
|
Which arguments for deinit (or other invalidating functions)?
|
|
33
|
472
|
July 6, 2025
|
Debugging Zig (with a debugger)
|
|
28
|
4729
|
July 5, 2025
|
Who is responsible for freeing memories when it comes to maps?
|
|
10
|
368
|
July 5, 2025
|
When to use a struct vs a struct pointer
|
|
18
|
435
|
July 2, 2025
|
Function signature and call for a 2D matrix of m rows and n columns without comptime
|
|
8
|
159
|
June 28, 2025
|
FP lilteral constant precision
|
|
3
|
118
|
June 23, 2025
|
Did ziglang.org download URLs change recently?
|
|
5
|
283
|
June 20, 2025
|
Comptime var behavior within defer
|
|
12
|
252
|
June 18, 2025
|
Newbie questions about zig-clap and other projects
|
|
3
|
206
|
June 16, 2025
|
Initializing Stack Buffers: std.mem.zeroes vs. undefined
|
|
12
|
485
|
June 11, 2025
|
Maximum number of Threads
|
|
10
|
258
|
June 10, 2025
|
Does Zig IR have Sum of Absolute Differences operation for vectors?
|
|
7
|
334
|
June 9, 2025
|
Dynamic linking without libc adventures
|
|
19
|
1234
|
June 6, 2025
|
Bitsize riddle of little array
|
|
19
|
278
|
June 4, 2025
|