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
Sheng Chen (jdneo) merged 2 commits into
masterfrom
cs/multi-thread
Apr 18, 2019
Merged

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

Conversation

@jdneo

Copy link
Copy Markdown
Member

Resolve#12

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
MemberAuthor

Choose a reason for hiding this comment

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

Tracking: #14

@jdneo
Sheng Chen (jdneo) merged commit 90ba055 into masterApr 18, 2019
@jdneo
Sheng Chen (jdneo) deleted the cs/multi-thread branch April 18, 2019 03:05
Sign up for freeto 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

@jdneo@yaohaizh