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

Manual serializer #299

Merged
merged 14 commits into from
May 3, 2024
Merged

Manual serializer #299

merged 14 commits into from
May 3, 2024

Conversation

LGFae
Copy link
Owner

@LGFae LGFae commented May 3, 2024

Handwritten serializer and deserializar. It is faster, using the same amount of memory.

We are now using a shared memory file to transfer large amounts of data between the daemon and the client. This makes communication between the two faster still.

Finally, we've merged the Image and Animation requests into a single one, halving the amount of round-trips necessary to send in an animated image.

@LGFae LGFae force-pushed the manual-serializer branch from 2521d11 to 82def7a Compare May 3, 2024 00:09
@LGFae LGFae merged commit fb34129 into main May 3, 2024
9 checks passed
@LGFae LGFae deleted the manual-serializer branch May 3, 2024 00:13
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.

1 participant