-
Notifications
You must be signed in to change notification settings - Fork 2
[FEATURE REQUEST] Add zpp_bits adapter #83
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestlow priorityOther issues should take precedence over thisOther issues should take precedence over thisserial adapterInvolves a new or existing serial adapter, not the core headerInvolves a new or existing serial adapter, not the core header
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlow priorityOther issues should take precedence over thisOther issues should take precedence over thisserial adapterInvolves a new or existing serial adapter, not the core headerInvolves a new or existing serial adapter, not the core header
Feature Request: Add zpp_bits adapter
Brief Summary of Request
zpp_bits is a very fast (but simple) binary serialization library and could be a nice addition
What Is The Value Added With This Feature
Access to another serialization library, option for faster serialization
Possible Implementation
Add a
rpc_zpp.hppfile to the adapters directory.Other Details
NOTE:
zpp_bitsrequires C++20, so this adapter would be optional (not included by default) until the C++20 branch ofrpc.hpp