native:本机 C++ 库

时间:2024-06-24 05:33:27
【文件属性】:

文件名称:native:本机 C++ 库

文件大小:330KB

文件格式:ZIP

更新时间:2024-06-24 05:33:27

C++

本国的 本机库旨在为 C++11 提供一流的库。 此处的代码是使用 C++11 从头开始​​设计的,因此我们可以做出更明智的选择和权衡,以提供经得起时间考验的代码。 要求 支持 C++11 的编译器。 安装 此库仅包含头文件,因此只需在项目的包含路径中引用 ./include。 单元测试依赖 提升 >= 1.55.0 并安装以进行基准测试。 较低版本也可能有效,但未经测试。 使用风险自负。 googletest(谷歌 C++ 测试框架) 并安装以运行单元测试。 文档


【文件预览】:
native-develop
----.clang-format(2KB)
----.gitignore(4KB)
----LICENSE(11KB)
----.gitmodules(0B)
----README.md(847B)
----include()
--------native()
----benchmarks()
--------string_builder_benchmarks.cpp(2KB)
--------string_benchmarks.cpp(7KB)
--------benchmark.h(4KB)
--------json_parser_benchmark.cpp(3KB)
--------json_any_benchmark.cpp(2KB)
--------benchmark.cpp(2KB)
--------sample.json(671KB)
--------string_benchmarks.h(2KB)
----docs()
--------Strings.md(4KB)
--------JSON.md(1KB)
----test()
--------string_test.cpp(4KB)
--------hash_test.cpp(60KB)
--------json_writer_test.cpp(3KB)
--------slice_test.cpp(3KB)
--------test.h(703B)
--------json_parser_test.h(9KB)
--------json_parser_test.cpp(18KB)
--------main.cpp(763B)
--------string_test.h(10KB)
--------json_any_test.cpp(7KB)
--------string_builder_test.cpp(3KB)

网友评论