Xie Gengxin
Xie Gengxin
# Bugs ConcurrentHashMap allocates memory by std::allocator, which won't generate memory aligned at 64B. This has caused coredump when I compiled with `clang14` and `-mavx2`: **Clang14**  **Clang14 IR** ...
ClearStack() function in document.h misses check allocator type. This would cause memory leak if parse failed. Such as following code: ```c++ int main() { if (1) { rapidjson::Document doc; auto&...
This PR provides a new handler that can parse json for a given schema.
# Main Changes - Implement MergePatch and Merge API following [RFC 7386](https://www.rfc-editor.org/rfc/rfc7386) API. - Provide UpdateFrom and Update API - Remove GenericNode template parameter **Allocator**.