ava icon indicating copy to clipboard operation
ava copied to clipboard

Update serializer to use C++17 standard

Open yuhc opened this issue 4 years ago • 1 comments

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 avatar Jan 25 '21 08:01 yuhc

https://github.com/eyalz800/serializer/issues/10

yuhc avatar May 15 '21 18:05 yuhc