812760233bca52e90101f8a8a0c55238af7ab156
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
98.1%
Python
1.1%
Shell
0.6%
Nix
0.2%