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

@ -292,7 +292,7 @@ main :: proc()
// Setup profiling
profiler : SpallProfiler
{
buffer_backing := make([]u8, spall.BUFFER_DEFAULT_SIZE * 20)
buffer_backing := make([]u8, spall.BUFFER_DEFAULT_SIZE * 4)
profiler.ctx = spall.context_create("sectr.spall")
profiler.buffer = spall.buffer_create(buffer_backing)
}