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

Update serializer to use C++17 standard #63

Open
yuhc opened this issue Jan 25, 2021 · 1 comment
Open

Update serializer to use C++17 standard #63

yuhc opened this issue Jan 25, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@yuhc
Copy link
Member

yuhc commented Jan 25, 2021

The imported serializer uses C++14 standard. I'd be good to upgrade it to comply C++17.
This can also improve the performance of registering polymorphic types which can be slower in C++14 compared to C++17 due to the use of shared_timed_mutex instead of shared_mutex.

@yuhc yuhc added the enhancement New feature or request label Jan 25, 2021
@yuhc
Copy link
Member Author

yuhc commented May 15, 2021

eyalz800/serializer#10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant