Represents a node in the binary search tree used for gallery indexing. Each node contains keys for searching, data pointers, and references to child nodes.
Array of [offset, length] pairs pointing to gallery data
Array of keys used for searching
Array of addresses pointing to child nodes
Represents a node in the binary search tree used for gallery indexing. Each node contains keys for searching, data pointers, and references to child nodes.