helix-mirror/helix-term
Blaž Hrastnik 59f05088b9
Optimize rendering by using Ropey::byte_slice
This avoids costly conversions via byte_to_char (which are then
reversed back into bytes internally in Ropey).

Reduces time spent in slice/byte_to_char from ~24% to ~5%.
2022-03-17 09:29:47 +09:00
..
src Optimize rendering by using Ropey::byte_slice 2022-03-17 09:29:47 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
build.rs fetch and compile tree-sitter grammars in helix-term build 2022-03-10 17:31:57 +09:00
Cargo.toml fetch and compile tree-sitter grammars in helix-term build 2022-03-10 17:31:57 +09:00