Instead of using raon_malloc to create a new string, I should just store the length and and start of a string and provide some sort of raon_to_string_slice or just vendor my string library in. That way I can avoid doing any sort of allocation at all until I need to for the hashtable
Instead of using
raon_mallocto create a new string, I should just store the length and and start of a string and provide some sort ofraon_to_string_sliceor just vendor my string library in. That way I can avoid doing any sort of allocation at all until I need to for the hashtable