82ad459c4e
Refactor DataStore to use interned keys (InternedKey) instead of string-based CellKey for O(1) hash and compare operations. Introduce SymbolTable-backed interning for all category and item names, storing them as Symbol identifiers throughout the data structure. Add secondary index mapping (category, item) pairs to sets of interned keys, enabling efficient partial match queries without scanning all cells. Optimize matching_values() to avoid allocating CellKey strings by working directly with interned keys and intersecting index sets. Update all callers to use new API: iter_cells(), matching_values(), and internal lookup_key() helper. Co-Authored-By: fiddlerwoaroof/git-smart-commit (unsloth/Qwen3.5-35B-A3B-GGUF:Q5_K_M)