6 lines
262 B
Markdown
6 lines
262 B
Markdown
# XARR Implementation in Odin
|
||
|
||
Growable dynamic array without reallocation, Arena friendly.
|
||
|
||
Based on this awesome talk at Better Software Conference: [Andrew Reece – Assuming as Much as Possible – BSC 2025](https://www.youtube.com/watch?v=i-h95QIGchY&t=2s)
|