6 lines
262 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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)