Files
oak-gpui/crates
Sunli 1db621dc50 Refactor TextLayout to use Rc<RefCell> instead of Arc<Mutex> for improved performance (#27177)
Since `TextLayout` is not shared by multiple threads, changing it to
`Rc<RefCell<T>>` should improve performance.

I also found several codes with the same problem. If you think this
change is beneficial, I will continue to improve it in the subsequent
PR. 🙂

Release Notes:

- N/A
2025-03-21 15:06:22 -04:00
..
2025-03-21 10:04:39 -06:00
2025-01-27 13:40:59 -05:00
2025-03-21 16:39:01 +00:00
2025-03-10 13:38:30 -06:00
2025-03-21 16:39:01 +00:00
2025-03-18 12:55:25 -04:00
2025-03-18 12:55:25 -04:00
2025-03-06 10:56:28 -07:00