eliminate synchronous per-thread string map building, just do it as-needed on each thread;

This commit is contained in:
Ryan Fleury
2024-03-04 11:53:12 -08:00
parent 4d6860b3a1
commit 091269b1d8
3 changed files with 16 additions and 12 deletions
-1
View File
@@ -836,7 +836,6 @@ struct RDIM_BakeSectionList
typedef struct RDIM_BakeString RDIM_BakeString;
struct RDIM_BakeString
{
struct RDIM_BakeStringChunkNode *chunk;
RDI_U64 hash;
RDIM_String8 string;
};