Leonard Hecker 8187dea4d1 Use arena allocators for tui.rs
It is funny to ballpark the cost of heap allocations on Windows and
realize you're 10x off. mimalloc shows that it could be way better.
Well, in mimalloc's absence, this PR does the next best thing:
A cheap arena/bump allocator. Works great for building the UI tree,
and makes the lifetime management a bit better. There's one hotspot
left in `render_node` which still allocates `String`s to create fills.
Would be great if Rust had better allocator support though.......
2025-04-14 02:45:26 +02:00
2025-04-09 16:56:07 +02:00
2025-03-19 03:13:50 +01:00
2025-04-13 01:28:11 +02:00
2025-04-14 02:45:26 +02:00
2025-04-13 01:28:11 +02:00
2025-04-09 16:56:07 +02:00
2025-03-19 03:13:50 +01:00
2025-03-19 03:13:50 +01:00
Description
We all edit.
Readme MIT 9.7 MiB
1.2.0 Latest
2025-06-11 16:26:27 -05:00
Languages
Rust 98.5%
Shell 0.8%
Python 0.2%
PowerShell 0.2%
JavaScript 0.1%