Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Swift Concurrency instead of Dispatch #77

Merged
merged 1 commit into from
Aug 14, 2023
Merged

Conversation

adam-fowler
Copy link
Member

@adam-fowler adam-fowler commented Aug 12, 2023

Output of service files is done inside a ThrowingTaskGroup instead of a DispatchGroup.
Also moved loading of Smithy JSON AST into ThrowingTaskGroup to give us a little more performance

Also moved json loading inside of task group to speed things up a bit
@adam-fowler adam-fowler requested a review from 0xTim August 13, 2023 09:10
@adam-fowler adam-fowler merged commit 2ae623b into 7.x.x Aug 14, 2023
1 check passed
@adam-fowler adam-fowler deleted the concurrency branch August 14, 2023 16:25
adam-fowler added a commit that referenced this pull request Oct 4, 2023
Also moved json loading inside of task group to speed things up a bit
adam-fowler added a commit that referenced this pull request Dec 4, 2023
Also moved json loading inside of task group to speed things up a bit
adam-fowler added a commit that referenced this pull request Apr 6, 2024
Also moved json loading inside of task group to speed things up a bit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants