|
Temporary allocators and the core library
|
|
6
|
1690
|
15 May 2025
|
|
Struct packing in Odin and how to match C
|
|
2
|
750
|
13 May 2025
|
|
More info about the default allocator
|
|
3
|
938
|
9 May 2025
|
|
Is "atomic_mutex_try_lock" what I think it is?
|
|
4
|
278
|
2 May 2025
|
|
What is the signature for map_entry?
|
|
2
|
231
|
13 April 2025
|
|
Does Odin implement Return Value Optimization (RVO)?
|
|
5
|
599
|
3 April 2025
|
|
How can I design a basic game object structure the "Odin" way
|
|
13
|
2602
|
5 March 2025
|
|
Chaining or_else, struct member visibility
|
|
3
|
697
|
2 March 2025
|
|
Slice/array literal in for loop
|
|
1
|
258
|
1 March 2025
|
|
Union and struct #raw_union
|
|
2
|
1076
|
7 February 2025
|
|
Shadowing of return values
|
|
2
|
292
|
26 January 2025
|
|
Why are Odin's binaries so large and compilation times so slow?
|
|
8
|
4151
|
13 January 2025
|
|
Questions about the package system
|
|
1
|
498
|
28 December 2024
|
|
When do map keys hashed in Odin?
|
|
2
|
772
|
28 December 2024
|
|
Potential Memory Leak in proc `map_file_from_path ` from package `core:mem/virtual`
|
|
1
|
326
|
26 December 2024
|
|
Implementing dynamic array of different sized types
|
|
7
|
1034
|
17 December 2024
|
|
Are there hidden dangers in converting golang code to Odin?
|
|
2
|
488
|
16 December 2024
|
|
Idiomatic way to print any error
|
|
2
|
585
|
15 December 2024
|
|
Using a map after delete? (delete vs. clear_map)
|
|
5
|
478
|
12 December 2024
|
|
Getting errors from the compiler with vet while using the keyword "using" the way it is used in the docs
|
|
9
|
318
|
12 December 2024
|
|
Why do `pow` functions only exist for floats?
|
|
6
|
606
|
30 November 2024
|
|
What does `Simple_Compare` mean in type info flags?
|
|
1
|
131
|
25 November 2024
|
|
Why does odin compiler need MSVC compiler
|
|
3
|
1102
|
25 November 2024
|
|
How can one create a shared package?
|
|
7
|
1091
|
23 November 2024
|
|
Learning memory management - looking for review/critique
|
|
9
|
2566
|
21 November 2024
|
|
Reflection for procedures
|
|
1
|
559
|
21 November 2024
|
|
No implicit cast for enums?
|
|
4
|
493
|
21 November 2024
|
|
What's the main difference between arenas in core:mem and core:mem/virtual
|
|
4
|
2026
|
20 November 2024
|
|
Why is using a proc type to define an implementation not allowed?
|
|
2
|
396
|
18 November 2024
|
|
How to deal with Rust libraries for bindings?
|
|
4
|
352
|
15 November 2024
|