Closed jharmer95 closed 3 years ago
Unfortunately, simdjson
only supports parsing JSON, not serialization. While it technically could be done, it would be very clunky, involving saving objects as strings manually
Boost.JSON may be an alternative ( #46 )
Feature Request: Add
simdjson
AdapterBrief Summary of Request
simdjson has the potential to be even faster than rapidjson so it's worth looking into.
What Is The Value Added With This Feature
Less time spent serializing and parsing can lead to less latency