CodeChain-io / CodeChain-io/foundry

Optimize the logger

Open
#64 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.