From 0d583296927406d8ce6cf4d454bc1c068ef144ec Mon Sep 17 00:00:00 2001 From: hxf0223 Date: Tue, 14 May 2024 15:25:44 +0800 Subject: [PATCH] format note: good cpp note --- _posts/2023-05-5-good-cpp-repo-on-github.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/_posts/2023-05-5-good-cpp-repo-on-github.md b/_posts/2023-05-5-good-cpp-repo-on-github.md index 5ccf366..b3c3204 100644 --- a/_posts/2023-05-5-good-cpp-repo-on-github.md +++ b/_posts/2023-05-5-good-cpp-repo-on-github.md @@ -10,14 +10,12 @@ mermaid: true # pin: true --- -# good cpp repo on github - ## 1. oneTBB -Intel并行库 [oneTBB](https://github.com/oneapi-src/oneTBB) -包含[malloc](https://github.com/oneapi-src/oneTBB/tree/master/src/tbbmalloc) +Intel并行库 [oneTBB](https://github.com/oneapi-src/oneTBB). +包含[tbb malloc](https://github.com/oneapi-src/oneTBB/tree/master/src/tbbmalloc). -## 2. 高性能json库 +## 2. 高性能 json 库 [glaze](https://github.com/stephenberry/glaze) @@ -36,4 +34,3 @@ struct my_struct my_struct s{}; std::string buffer = glz::write_json(s); ``` -