Performance improvement using the index of glyph_pack for sub slices instead of appending values directly.

This commit is contained in:
2025-01-02 20:05:45 -05:00
parent 44c97eec71
commit 9448c3906c
6 changed files with 136 additions and 162 deletions

View File

@ -15,7 +15,7 @@ set_profiler_module_context :: #force_inline proc "contextless" ( ctx : ^SpallPr
Module_Context = ctx
}
DISABLE_PROFILING :: true
DISABLE_PROFILING :: false
@(deferred_none = profile_end, disabled = DISABLE_PROFILING)
profile :: #force_inline proc "contextless" ( name : string, loc := #caller_location ) {