Closed KKorpse closed 7 months ago
给我试一下?
Bot detected the issue body's language is not English, translate it automatically.
Give me a try?
给我试一下?
ok
Bot detected the issue body's language is not English, translate it automatically.
Give me a try?
OK
string_view 是C++17才支持的,但是pikiwidb希望使用的是C++11。 替代方案是实现 const char 版本的函数,但是使用const char 版本会降低性能。 有什么建议吗?
Bot detected the issue body's language is not English, translate it automatically.
string_view is only supported by C++17, but pikiwidb hopes to use C++11. The alternative is to implement a const char version of the function, but using the const char version will reduce performance. Any suggestions?
string_view 是C++17才支持的,但是pikiwidb希望使用的是C++11。 替代方案是实现 const char 版本的函数,但是使用const char 版本会降低性能。 有什么建议吗?
README 有点过时了,正在重新写。 其实最高用到 C++ 20 都行,不一定限制在 11。
Cmake 文件有这么一行
SET(CMAKE_CXX_STANDARD 20)
Which PikiwiDB functionalities are relevant/related to the feature request?
No response
Description
这个接口有点太过于原始了,用起来很别扭,字符数量是靠人来数的:
Proposed solution
其实可以简单封装一下,提供一个这样的接口,使用起来合理一点。
新接口使用方式:
Alternatives considered
现在总共需要修改的地方也不多,总共 36 处左右,可以考虑换一下?