CodeChain-io / CodeChain-io/foundry
Optimize the logger
Open
performance
- Dominant language
- Rust
- Stars
- 36
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
The current logger neither buffers outputs nor caches `atty::is` result. It hurts performance.
See CodeChain-io/foundry#63
Contributor guide
Research direction
Locate the logger implementation and all uses of `atty::is`, then read CodeChain-io/foundry#63 for the related context. The work is complete when logger output buffering and caching of the `atty::is` result are implemented and the logger's performance is improved without changing its behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100