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

MessagePack codec #8546

Merged
merged 5 commits into from
Jul 10, 2024
Merged

Conversation

n-sidorov
Copy link
Contributor

@n-sidorov n-sidorov commented Jul 17, 2023

This PR adds ability to use MessagePack serialization with either MessagePack-specific marked contracts or using DataContract attributes (requires explicit opt-in).

NOTE: quick benchmarking showed that this performs worse than both default Orleans serializer and default MessagePack serializer (since there is more "boilerplate" code required to integrate Orleans <-> MessagePack) so I've put a note in the comments.

Microsoft Reviewers: Open in CodeFlow

@ReubenBond ReubenBond self-assigned this Jul 19, 2023
@ReubenBond
Copy link
Member

ReubenBond commented Jul 19, 2023

@n-sidorov when you get a chance, please agree to the CLA above.
EDIT: the bot seems to think you've met the CLA requirements, so perhaps this step is not necessary since you're an MSFT employee...

@scalalang2
Copy link

👀

@ReubenBond ReubenBond force-pushed the feature/nsidorov/msgpackcodec branch from 4d22b4f to 09168e9 Compare July 10, 2024 02:25
@ReubenBond ReubenBond merged commit e033fbd into dotnet:main Jul 10, 2024
22 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 10, 2024
Sign up for free to 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.

3 participants