How can decrease time of creating and insert in boost::interprocess::map?
In the below code I unpack a msgpack file to std::map. The duration of this process is almost 85 seconds.
In the below code I unpack a msgpack file to std::map. The duration of this process is almost 85 seconds.