91eaa7046a81588710513a8bb0a30d025c90a38b
Refactor GridLayout to use Rc for sharing records and simplify its structure. This improves performance when cloning the layout and ensures consistent data access. - Use Rc<Vec<(CellKey, CellValue)>> for records in GridLayout - Update with_frozen_records and other methods to handle Rc - Simplify layout construction and sorting logic Co-Authored-By: fiddlerwoaroof/git-smart-commit (unsloth/gemma-4-26B-A4B-it-GGUF:UD-Q5_K_XL)
Description
Languages
Rust
74.2%
Nix
24.5%
Python
0.9%
Shell
0.4%