You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/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%.
2 years ago
..
src Optimize rendering by using Ropey::byte_slice 2 years ago
.gitignore Initial import. 4 years ago
Cargo.toml fetch and compile tree-sitter grammars in helix-term build 2 years ago
build.rs fetch and compile tree-sitter grammars in helix-term build 2 years ago