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

Add MemoryPack #22

Merged
merged 1 commit into from
Nov 9, 2022
Merged

Add MemoryPack #22

merged 1 commit into from
Nov 9, 2022

Conversation

lbargaoanu
Copy link
Contributor

https://github.com/Cysharp/MemoryPack
I'm thinking you want to add this, but I can always have my own fork.

@@ -35,18 +36,20 @@ public BookShelf(string secret)
{
Secret = secret;
}

#if NETCOREAPP3_0_OR_GREATER
[MemoryPackConstructor]
Copy link
Contributor Author

@lbargaoanu lbargaoanu Nov 8, 2022

Choose a reason for hiding this comment

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

A polyfill would also work. Or dropping .Net Framework :)

Copy link
Owner

Choose a reason for hiding this comment

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

Looks great. I will check and also update to .NET 7.0. Looks like you did again create the fastest serializer. But I will measure first ;-)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I wish I did :) No, I'm not the author, I've just recently found out about the new project and I thought I'd add it.

@Alois-xx Alois-xx merged commit 65cb7c2 into Alois-xx:master Nov 9, 2022
@lbargaoanu lbargaoanu deleted the memory_pack branch November 9, 2022 19:00
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.

2 participants