We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我们打算在一个系统中使用这个来频繁读一个配置文件。这里面会建立大量configor::json的临时对象。请问当前的实现的所有数据成员都在栈区吗,如果在堆区,其析构问题是不是已经搞定了?
我看您的文档里面没有提到析构的问题。
The text was updated successfully, but these errors were encountered:
@duzhen1996 会自动回收json里的数据的,默认使用std::allocator申请内存,一般不需要关注是如何回收的
Sorry, something went wrong.
No branches or pull requests
我们打算在一个系统中使用这个来频繁读一个配置文件。这里面会建立大量configor::json的临时对象。请问当前的实现的所有数据成员都在栈区吗,如果在堆区,其析构问题是不是已经搞定了?
我看您的文档里面没有提到析构的问题。
The text was updated successfully, but these errors were encountered: