Insane perfomrance after tuning the batch and caches.

This commit is contained in:
2025-01-09 14:54:59 -05:00
parent b4abde1094
commit 08a8b4b823
7 changed files with 27 additions and 27 deletions

View File

@ -85,7 +85,7 @@ str_intern_lookup :: #force_inline proc( key : StringKey ) -> (^StrCache
str_intern :: #force_inline proc( content : string ) -> StrCached
{
profile(#procedure)
// profile(#procedure)
cache := Module_String_Cache
key := str_intern_key(content)
result := hmap_chained_get( cache.table, transmute(u64) key )