mvccogo

Results 4 issues of mvccogo

It would be interesting to have an option in the "Tools" dropdown list to automatically find a suitable motor given the parameters proposed by the user. I've done a similar...

Thank you for the library! Question: is it guaranteed that, when feeding a given struct with functions, only the member variables will be serialized? If so, does the function declaration...

Greetings, Is there a reason why the mappings are being stored in a std::map and not in a std::unordered_map? I can think of some reasons: 1. Memory constraints 2. Order...

Stacktrace: ![image](https://github.com/microsoft/mimalloc/assets/20509814/3e82f100-2cdb-4011-af29-938ec7d79817) While assembling a JSON with RapidJSON, a temporary rvalue std::string is created and the C array is copied. When the string is destroyed, the crash happens. ![image](https://github.com/microsoft/mimalloc/assets/20509814/3debbbdb-5d60-4c6c-9582-3a713ad8d378) ![image](https://github.com/microsoft/mimalloc/assets/20509814/2c73838a-37d0-4425-a348-560b2bdf42b8)