Skip to content

Commit

Permalink
增加对长日志更加友好的功能特性
Browse files Browse the repository at this point in the history
  • Loading branch information
FishGoddess committed Mar 8, 2020
1 parent ebdbd90 commit b29ff23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ $ go test -v ./_examples/benchmarks_test.go -bench=. -benchtime=1s
**are redundant in a logger. The more effective output will be used in v0.0.8 and higher versions.**

**3. After checking the benchmarks of v0.0.8 version, we found that time format takes a lots of time**
**because of time.Time.AppendFormat. We are finding a more effective way to fix it, maybe fixed in next version!**
**because of time.Time.AppendFormat. We are finding a more effective way to fix it, maybe fixed in higher version!**

### 👥 Contributing

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ $ go test -v ./_examples/benchmarks_test.go -bench=. -benchtime=1s
**判断是可以省略的,可以减少很多运行时操作时间!v0.0.8 版本开始使用了更有效率的输出方式!**

**3. 经过对 v0.0.8 版本的性能检测,发现时间格式化操作消耗了接近一般的处理时间,**
**主要体现在 time.Time.AppendFormat 的调用上。目前正在思考优化方案,或许会在下一个版本解决**
**主要体现在 time.Time.AppendFormat 的调用上。目前正在思考优化方案,或许会在之后的版本中解决**

### 👥 贡献者

Expand Down

0 comments on commit b29ff23

Please sign in to comment.