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

Remove spawn task for each packet. #842

Merged
merged 2 commits into from
Nov 1, 2023
Merged

Remove spawn task for each packet. #842

merged 2 commits into from
Nov 1, 2023

Conversation

XAMPPRocky
Copy link
Collaborator

When measured it seems we wasting more time with moving memory into the task than we gained from having it be its own task.

When measured it seems we wasting more time with moving memory into the
task than we gained from having it be its own task.
@XAMPPRocky XAMPPRocky enabled auto-merge (squash) November 1, 2023 10:49
@XAMPPRocky XAMPPRocky merged commit e99a276 into main Nov 1, 2023
5 checks passed
@quilkin-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: e8704765-b1b7-44c8-94db-ecb2dd8f5e79

The following development images have been built, and will exist for the next 30 days:

To build this version:

git fetch git@github.com:googleforgames/quilkin.git pull/842/head:pr_842 && git checkout pr_842
cargo build

@markmandel markmandel deleted the ep/rm-packet-spawn branch November 6, 2023 19:42
@markmandel markmandel added area/performance Anything to do with Quilkin being slow, or making it go faster. kind/cleanup Refactoring code, fixing up documentation, etc labels Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/performance Anything to do with Quilkin being slow, or making it go faster. kind/cleanup Refactoring code, fixing up documentation, etc size/s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants