You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current cxx::Serialization massively uses std::string. This shall be solved by a refactoring.
Detailed information
To get rid of std::string in our code base, the cxx::Serialization needs to be refactored. Additionally, it should be possible to serialize into a binary format to speed things up and potentially reduce the serialized data size.
Brief feature description
The current
cxx::Serialization
massively usesstd::string
. This shall be solved by a refactoring.Detailed information
To get rid of
std::string
in our code base, thecxx::Serialization
needs to be refactored. Additionally, it should be possible to serialize into a binary format to speed things up and potentially reduce the serialized data size.This will partly solve #260
Tasks:
cxx::SerDe
cxx::Serialization
withcxx::Serde
The text was updated successfully, but these errors were encountered: