aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index a93dc8767..8f676a86b 100644
--- a/README.md
+++ b/README.md
@@ -110,6 +110,18 @@ Code-gen tasks, used to develop libsyntax2:
110VS Code plugin 110VS Code plugin
111 111
112 112
113## Performance
114
115Non-incremental, but seems pretty fast:
116
117```
118$ cargo build --release --package cli
119$ wc -l ~/projects/rust/src/libsyntax/parse/parser.rs
1207546 /home/matklad/projects/rust/src/libsyntax/parse/parser.rs
121$ ./target/release/cli parse < ~/projects/rust/src/libsyntax/parse/parser.rs --no-dump > /dev/null
122parsing: 21.067065ms
123```
124
113## Getting in touch 125## Getting in touch
114 126
115@matklad can be found at Rust 127@matklad can be found at Rust