Struct creation in Zig compared to C
|
|
4
|
203
|
July 23, 2024
|
Std.log double printing, manual bufferedwrite works fine
|
|
11
|
240
|
July 20, 2024
|
Should allocators be passed in as a value or as a pointer?
|
|
2
|
358
|
July 19, 2024
|
How come there's no output for out of bounds checking in C code like there is with Zig code?
|
|
9
|
288
|
July 18, 2024
|
cImport going away
|
|
14
|
1011
|
July 15, 2024
|
Generic struct with generic member function signature has strange behavior
|
|
2
|
83
|
July 15, 2024
|
Value semantics
|
|
4
|
169
|
July 15, 2024
|
Why Zig arrays consume so much stack memory?
|
|
3
|
382
|
July 15, 2024
|
Easier way to copy concatenate array and insert into a (dynamically allocated) array?
|
|
9
|
151
|
July 15, 2024
|
Does a file exist for Read Write?
|
|
10
|
336
|
July 12, 2024
|
Implementation of Comptime
|
|
6
|
504
|
July 10, 2024
|
Using @Vector for SIMD computations does not improve speed
|
|
2
|
170
|
July 9, 2024
|
Why is Zig much slower than other LLVM-based compilers? (includes benchmark)
|
|
3
|
497
|
July 8, 2024
|
Is there something like Rust's cargo expand for Zig's comptime
|
|
5
|
353
|
July 8, 2024
|
Mutable/immutable struct fields
|
|
3
|
168
|
July 8, 2024
|
Better understanding of Zig idioms
|
|
22
|
1248
|
July 7, 2024
|
Parity between ZLS hover/completion and zig compiler type-checking
|
|
3
|
189
|
July 7, 2024
|
Good practice or not? Using a var as a cache
|
|
11
|
299
|
July 5, 2024
|
Intended behavior of module-specific compilation options
|
|
4
|
229
|
July 3, 2024
|
Explain why debug printing this struct produces an error
|
|
3
|
189
|
July 3, 2024
|
Trying to learn Standard Library; Declaration not found
|
|
5
|
187
|
June 30, 2024
|
Inline function in switch produces undefined behavior
|
|
4
|
107
|
June 30, 2024
|
Static keyword for creating buffers in data
|
|
1
|
115
|
June 29, 2024
|
Layered ArenaAllocator
|
|
2
|
210
|
June 27, 2024
|
File system: best practices
|
|
7
|
873
|
June 25, 2024
|
Comptime capture
|
|
2
|
236
|
June 24, 2024
|
Looking for resources for fixed point and quantization
|
|
4
|
200
|
June 23, 2024
|
Is Zig Error Prone?
|
|
12
|
828
|
June 22, 2024
|
What are the tradeoffs of a Treap? (/ why is ``std.Treap`` the way it is?)
|
|
11
|
461
|
June 21, 2024
|
What exactly is WasmAllocator?
|
|
2
|
322
|
June 19, 2024
|