Need help for designing a concurrent datastructure
|
|
9
|
360
|
June 20, 2025
|
Wrapping an allocator to know how many bytes it has allocated
|
|
8
|
298
|
June 18, 2025
|
Invalid free error with version 0.14 that did not appear in 0.13, for aligned memory that is assigned via `memcpy`
|
|
4
|
161
|
June 18, 2025
|
Revisiting alignedAlloc and alignedFree
|
|
0
|
110
|
June 17, 2025
|
Parallel execution problem
|
|
5
|
174
|
June 12, 2025
|
StringHashMap
|
|
13
|
275
|
June 4, 2025
|
Proposal: Move pointer stability to an Allocator
|
|
5
|
213
|
June 3, 2025
|
How to express ownership semantics in zig?
|
|
10
|
319
|
June 2, 2025
|
Convenient AST storage at runtime or comptime
|
|
12
|
310
|
May 31, 2025
|
Stack probe puzzle
|
|
1
|
251
|
May 30, 2025
|
Monkey Lang: an interpreter written by hand
|
|
0
|
220
|
May 27, 2025
|
Handling Out Of Memory errors
|
|
41
|
770
|
May 30, 2025
|
Tying down logic and memory management
|
|
11
|
347
|
May 29, 2025
|
Arena swapping pattern in Zig
|
|
8
|
340
|
May 23, 2025
|
Is there any way to limit linear memory usage at all costs?
|
|
2
|
158
|
May 23, 2025
|
Can a source file implicit struct be a packed struct?
|
|
5
|
190
|
May 23, 2025
|
Not sure how to dealloc after accessing the symbol from Module using Address
|
|
2
|
101
|
May 19, 2025
|
Compiler doesn't warn about pinter referencing array past it's lifetime
|
|
2
|
139
|
May 18, 2025
|
Is deinit necessary when using ArenaAllocator?
|
|
4
|
198
|
May 11, 2025
|
Creating a pointer in another scope gets overwritten - How does this happen?
|
|
2
|
95
|
May 8, 2025
|
[Error] panic: switch on corrupt value | Working with pointers in Zig
|
|
7
|
151
|
May 7, 2025
|
Should I use a linked list?
|
|
5
|
350
|
May 6, 2025
|
deinit and arena allocator
|
|
12
|
301
|
April 29, 2025
|
Are memory pool same as Arena's in Zig?
|
|
4
|
254
|
April 28, 2025
|
What is the best way to handle having Slices/ArrayList as a struct member?
|
|
9
|
166
|
April 28, 2025
|
Is there a data structure for known size but with allocation on demand if usage exceed the known size?
|
|
2
|
145
|
April 28, 2025
|
How to easily memory profile zig library?
|
|
6
|
362
|
April 26, 2025
|
Ergonomics of ArrayListUnmanaged
|
|
7
|
333
|
April 24, 2025
|
Defer and function return
|
|
9
|
148
|
April 20, 2025
|
Zuballoc: A hard real-time sub-allocator
|
|
2
|
377
|
April 16, 2025
|