microsoft / bond

Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services.
MIT License
2.61k stars 321 forks source link

Should you consider replacing rapidjson with Boost.JSON? #1209

Closed debuggingbug closed 1 month ago

debuggingbug commented 1 month ago
  1. Bond is using Boost.Thread
  2. Boost.JSON is faster then rapidjson.
chwarr commented 1 month ago

These changes are not ones we are planning to make to Bond. They take the project in a direction that we don't want to go.