Skip to content

Commit

Permalink
optimize performance
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Jul 27, 2024
1 parent ed32184 commit 01f1157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ test bench_log ... bench: 323 ns/iter (+/- 0)

```toml
log = "0.4"
fast_log = {version = "1.5"}
fast_log = {version = "1.7"}
```
or enable zip/lz4/gzip Compression library
```toml
log = "0.4"
# "lz4","zip","gzip"
fast_log = {version = "1.5" , features = ["lz4","zip","gzip"]}
fast_log = {version = "1.7" , features = ["lz4","zip","gzip"]}
```

#### Performance optimization(important)
Expand Down

0 comments on commit 01f1157

Please sign in to comment.