Skip to content

Commit

Permalink
增加async logger文档
Browse files Browse the repository at this point in the history
  • Loading branch information
lvyahui8 committed Nov 25, 2024
1 parent 4939247 commit ac8698d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/common/logging/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Int("e", len(g.edges)).Bool("c", g.origin != nil))
- Buffer池化复用
- bufio.Writer缓冲写磁盘
- 单线程写文件,不加锁,减少性能消耗
- 缓存日期时间,减少系统调用或格式化日期耗时

### 与Go官方log库性能对比

Expand Down

0 comments on commit ac8698d

Please sign in to comment.