diff options
author | Aleksey Kladov <[email protected]> | 2018-08-24 16:32:48 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-24 16:32:48 +0100 |
commit | 4d293003964c8f9fabadb1ceb77eab29c0438de3 (patch) | |
tree | e304b65cba9cfad94822abe640e3ee5262752630 | |
parent | 3cab207300f2c9fc6f55e97d368f72d9de5acd64 (diff) |
perf-info
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -110,6 +110,18 @@ Code-gen tasks, used to develop libsyntax2: | |||
110 | VS Code plugin | 110 | VS Code plugin |
111 | 111 | ||
112 | 112 | ||
113 | ## Performance | ||
114 | |||
115 | Non-incremental, but seems pretty fast: | ||
116 | |||
117 | ``` | ||
118 | $ cargo build --release --package cli | ||
119 | $ wc -l ~/projects/rust/src/libsyntax/parse/parser.rs | ||
120 | 7546 /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 | ||
122 | parsing: 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 |