Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

perf: Use multi-thread to index#13

Merged
jdneo merged 2 commits into
masterfrom
cs/multi-thread
Apr 18, 2019
Merged

perf: Use multi-thread to index#13
jdneo merged 2 commits into
masterfrom
cs/multi-thread

Conversation

@jdneo

@jdneo jdneo commented Apr 18, 2019

Copy link
Copy Markdown
Member

Resolve #12

@jdneo jdneo added this to the 0.1.5 milestone Apr 18, 2019
@jdneo
jdneo requested a review from yaohaizh April 18, 2019 02:14
DiagnosticVisitor diagnosticVisitor = new DiagnosticVisitor(currentContext, cu);
diagnosticVisitor.enlist();
completableFutures.add(CompletableFuture.runAsync(() -> {
diagnosticVisitor.enlist();

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This API is different from other visitor? Should make them consistent.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tracking: #14

@jdneo
jdneo merged commit 90ba055 into master Apr 18, 2019
@jdneo
jdneo deleted the cs/multi-thread branch April 18, 2019 03:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using multi-thread to index

2 participants