rust/crates/rust-analyzer
bors 8f8bcfc131 Auto merge of #16335 - lnicola:salsa-lz4-file-text, r=Veykril
internal: Compress file text using LZ4

I haven't tested properly, but this roughly looks like:

```
1246 MB
    59mb   4899 FileTextQuery

1008 MB
    20mb   4899 CompressedFileTextQuery
   555kb   1790 FileTextQuery
```

We might want to test on something more interesting, like `bevy`.
2024-03-11 13:43:33 +00:00
..
src Auto merge of #16335 - lnicola:salsa-lz4-file-text, r=Veykril 2024-03-11 13:43:33 +00:00
tests Track vscode version for conditional bug server sided bugfixes 2024-03-11 10:31:06 +01:00
build.rs
Cargo.toml Track vscode version for conditional bug server sided bugfixes 2024-03-11 10:31:06 +01:00