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

21
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.26100.0",
"compilerPath": "cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}