perf(site): Stored pages using #soa.

This commit is contained in:
Spencer Brower
2026-07-25 15:18:45 -04:00
parent c913424d41
commit 98cb51dbc3
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import md "markdown"
// Site is the primary workhorse.
Site :: struct {
arena: mem.Dynamic_Arena,
pages: [dynamic]Page,
pages: #soa[dynamic]Page,
modules: [dynamic]string,
vfs: VFS,
title: string,