Refactored for a flat buffer friendly, and O(1) or O(n) time complexities.

This commit is contained in:
2026-03-02 13:25:13 -05:00
parent f9e80f23a1
commit 9d8558e75c
63 changed files with 14570 additions and 78 deletions

View File

@@ -0,0 +1,24 @@
var indexSectionsWithContent =
{
0: "aegp~",
1: "egp",
2: "ag~",
3: "g"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "functions",
3: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Classes",
2: "Functions",
3: "Pages"
};