mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
perf-info
This commit is contained in:
parent
3cab207300
commit
4d29300396
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -110,6 +110,18 @@ Code-gen tasks, used to develop libsyntax2:
|
||||||
VS Code plugin
|
VS Code plugin
|
||||||
|
|
||||||
|
|
||||||
|
## Performance
|
||||||
|
|
||||||
|
Non-incremental, but seems pretty fast:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ cargo build --release --package cli
|
||||||
|
$ wc -l ~/projects/rust/src/libsyntax/parse/parser.rs
|
||||||
|
7546 /home/matklad/projects/rust/src/libsyntax/parse/parser.rs
|
||||||
|
$ ./target/release/cli parse < ~/projects/rust/src/libsyntax/parse/parser.rs --no-dump > /dev/null
|
||||||
|
parsing: 21.067065ms
|
||||||
|
```
|
||||||
|
|
||||||
## Getting in touch
|
## Getting in touch
|
||||||
|
|
||||||
@matklad can be found at Rust
|
@matklad can be found at Rust
|
||||||
|
|
Loading…
Reference in a new issue