两处小 Typo
- Dominant language
- C++
- Stars
- 653
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
你好:
学习代码时发现两处小 Typo, `显示` > `显式`
**`docs\anyflow\README.zh-cn.md`**
```
不同于常见的DAG并行框架,anyflow中子计算逻辑并不直接相互连接,而是引入了数据节点的概念显示表达了子计算逻辑间的数据流。
这种数据流的显示表达去除了子计算逻辑间隐式数据依赖的可能性,降低计算逻辑间的耦合。
此外,通过这层用于衔接的数据节点,anyflow实现了部分运行,条件运行,和微流水线交互等高级功能
```
**`src\babylon\concurrent\bounded_queue.hpp`**
**`src\babylon\concurrent\transient_hash_table.hpp`**
```cpp
// gcc-12之后增加了相应的报错,显示标记忽视并特殊处理相关段落
```
这里的`显示标记` 不知是否是有其他含义?
Contributor guide
No contributing guide indexed for this repository
Research direction
Review the reported wording in docs/anyflow/README.zh-cn.md and the comments in src/babylon/concurrent/bounded_queue.hpp and src/babylon/concurrent/transient_hash_table.hpp. Check the surrounding Chinese context and compiler-related terminology first; done means correcting confirmed typos without changing wording that has a distinct technical meaning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100