eval visualization: vidx <-> num mappings; helpers to move from logical nums -> rows, feed through windowed row production path

This commit is contained in:
Ryan Fleury
2025-01-29 10:38:04 -08:00
parent 84d55c8939
commit 136a6a6d80
8 changed files with 153 additions and 63 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ typedef U64 E_SpaceKind;
enum
{
E_SpaceKind_Null,
E_SpaceKind_FileSystem,
E_SpaceKind_HashStoreKey,
E_SpaceKind_FirstUserDefined,
};