Skip to content

Commit

Permalink
format note: good cpp note
Browse files Browse the repository at this point in the history
  • Loading branch information
hxf0223 committed May 14, 2024
1 parent 332c2ae commit 0d58329
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions _posts/2023-05-5-good-cpp-repo-on-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -36,4 +34,3 @@ struct my_struct
my_struct s{};
std::string buffer = glz::write_json(s);
```

0 comments on commit 0d58329

Please sign in to comment.