Avoid buffering line content to compute indent guides (#15167)
Release Notes: - Improved performance when computing indent guides for buffers with extremely long lines. --------- Co-authored-by: Nathan <nathan@zed.dev> Co-authored-by: Bennet <bennet@zed.dev> Co-authored-by: Thorsten <thorsten@zed.dev>
This commit is contained in:
parent
cd9a42e8da
commit
8631180e43
5 changed files with 411 additions and 51 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -8863,6 +8863,8 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"arrayvec",
|
||||
"criterion",
|
||||
"ctor",
|
||||
"env_logger",
|
||||
"gpui",
|
||||
"log",
|
||||
"rand 0.8.5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue