zed/crates/gpui2
Antonio Scandurra 4e544545d1
Introduce an Arena to allocate and deallocate frame-related structs more cheaply (#3689)
Picture worth a thousand words:


![before-after](https://github.com/zed-industries/zed/assets/482957/0aa92baf-f1cd-485e-a234-6d8f8b63a79a)

Note how having an area makes a substantial amount of frames between
0.5ms and 1ms faster (15-20% faster frames).

Release Notes:

- N/A
2023-12-18 11:16:07 +01:00
..
docs Restore namespace parameter to actions! 2023-12-09 15:18:31 -07:00
src Introduce an Arena to allocate and deallocate frame-related structs more cheaply (#3689) 2023-12-18 11:16:07 +01:00
tests Restore impl_actions! and remove derive(Action) 2023-12-10 19:33:38 -07:00
build.rs
Cargo.toml