#cache #cursive #view #text #rows #text-view #cached-text-view

cursive-cached-text-view

Cursive的TextView实现,具有行缓存

1 个不稳定版本

0.1.1 2023年4月18日
0.1.0 2023年4月18日

#328缓存

每月下载量 26次

MIT 许可证

18KB
354

cursive-cached-text-view

crates.io Rust MIT licensed

带有行缓存的TextView的替代品。在具有复杂布局和数千行的场景中,这可以显著提高性能。

示例

use cursive_cached_text_view::CachedTextView;

fn main() {
    let mut view = CachedTextView::new("sample", 5);
    // the rest is the same as TextView
}

依赖项

~7MB
~112K SLoC