Passing pointer to slice, vs passing pointer to structure wrapping a slice
|
|
8
|
152
|
October 16, 2025
|
I got really bored an made some interface-memory-manager-thing
|
|
3
|
122
|
October 15, 2025
|
Dynamic Memory Allocations in Wasm
|
|
7
|
282
|
October 13, 2025
|
You Never Give Me Your Money ... sorry Allocator
|
|
16
|
563
|
October 12, 2025
|
Annexer - tracking external resources and allocations
|
|
5
|
128
|
October 11, 2025
|
Zig Gpa Allocator and Arrya Lists
|
|
7
|
326
|
October 11, 2025
|
Serialization and Deserialization patterns
|
|
8
|
428
|
October 4, 2025
|
Cast *[]const u8 to anyopaque pointer
|
|
1
|
111
|
October 3, 2025
|
Monkey Lang: an interpreter written by hand
|
|
1
|
454
|
October 2, 2025
|
Allocate/Free of Redis zskiplistNode that cannot be implemented in pure Zig with same memory layout and size
|
|
8
|
159
|
September 20, 2025
|
Noreturn and defer interaction
|
|
9
|
232
|
September 16, 2025
|
Tools to locate source of segmentation fault after callconv in bindings?
|
|
4
|
161
|
September 15, 2025
|
Can't return error from Allocator vtable
|
|
6
|
109
|
September 10, 2025
|
How to make a trie in Zig
|
|
22
|
1403
|
September 8, 2025
|
Memory request check available memory
|
|
2
|
100
|
September 5, 2025
|
Writing memory from different threads
|
|
3
|
126
|
September 1, 2025
|
Recommended buffer size for the new IO?
|
|
22
|
649
|
September 1, 2025
|
Allocators in Zig and what can be better in another language
|
|
12
|
474
|
August 30, 2025
|
Help in memory leak
|
|
7
|
241
|
August 29, 2025
|
How to Clear ArrayList for Reuse
|
|
11
|
254
|
August 29, 2025
|
Walker.next() Entries as Struct Fields in an ArrayList
|
|
7
|
101
|
August 28, 2025
|
ArrayListUnmanaged memory leak
|
|
7
|
127
|
August 27, 2025
|
Confusion with ArenaAllocator and custom String type
|
|
7
|
164
|
August 20, 2025
|
Reserve First
|
|
19
|
788
|
August 19, 2025
|
How to correctly import a WebAssembly.Global from JS in Zig?
|
|
7
|
283
|
August 17, 2025
|
Help memory arena-allocator
|
|
6
|
188
|
August 16, 2025
|
Feedback on my first zig code and memory management
|
|
11
|
458
|
August 11, 2025
|
Why do I get an invalid free error?
|
|
3
|
124
|
August 10, 2025
|
How do you handle configs/envs?
|
|
9
|
294
|
July 31, 2025
|
Compile time sized Sparse Dense Array as high performance Hash Map alternative
|
|
0
|
180
|
July 30, 2025
|