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

chore: introduce TaskQueue for executing shard local tasks #2498

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Conversation

romange
Copy link
Collaborator

@romange romange commented Jan 29, 2024

TaskQueue replaces fb2::FiberQueue and allows running multiple fibers on the consumer side.

@romange romange requested a review from dranikpg January 29, 2024 02:01
dranikpg
dranikpg previously approved these changes Jan 29, 2024
Copy link
Contributor

@dranikpg dranikpg left a comment

Choose a reason for hiding this comment

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

If we use it later unconditionally we should measure the fiber switching overhead

TaskQueue replaces fb2::FiberQueue and allows running multiple fibers on the consumer side.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
@romange
Copy link
Collaborator Author

romange commented Jan 29, 2024

updated file headers

@romange romange enabled auto-merge (squash) January 29, 2024 07:59
@romange romange merged commit e4862f2 into main Jan 29, 2024
10 checks passed
@romange romange deleted the Pr1 branch January 29, 2024 08:40
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