Nvm, took me way to long to realize the string cache needs a different hastable

This hashtable is not tolerant over going 'over capacity'. I have to eventually swap to another solution similar to Ryans linear probing for string caching.
For now I'll just abuse ram with an oversized table.
This commit is contained in:
2024-05-07 01:34:43 -04:00
parent 3336ab2e1c
commit e282397bf0
6 changed files with 8 additions and 9 deletions

View File

@ -8,7 +8,7 @@ import "core:os"
import rl "vendor:raylib"
Font_Largest_Px_Size :: 96
Font_Largest_Px_Size :: 32
Font_Size_Interval :: 2