-
-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Labels
Description
Describe the proposed feature
add type
jsoncons::mjson (std::map or unordered_map implementation)
jsoncons::mojson (preserve order std::map or unordered_map implementation)
like
jsoncons::json (sort vector implementation)
jsoncons::ojson (preserve order sort vector implementation)
The performance of insert is too low.
https://github.com/nicehero/json_benchmark
And I love other featrues from this project such as proxy_type ,bson support etc.
nlohmann insert&erase times:1000 cost:0.000472 qps:2117616
jsoncons insert&erase times:1000 cost:0.011752 qps:85090
rapidjson insert&erase times:1000 cost:0.002199 qps:454700