issues
search
ratatui
/
ansi-to-tui
Convert ansi colored text to tui::text::Text
https://crates.io/crates/ansi-to-tui
MIT License
57
stars
21
forks
source link
Optimizations on the core logic
#37
Closed
uttarayan21
closed
9 months ago
uttarayan21
commented
9 months ago
[fix] Trying out some optimizations
[feat] Add benchmarks
[feat] Add zero-copy tests
[fix] Added more benches for zero-copy
[feat] Don't make the >= open ended for version
uttarayan21
commented
9 months ago
A ~20% is performace bump and introduces a new dep smallvec