helix/helix-core
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
Cargo.toml Optimize rendering by using Ropey::byte_slice 2022-03-17 09:29:47 +09:00