Skip to content

perf: replace tokio full features with explicit list #314

@bug-ops

Description

@bug-ops

Context

Root binary uses tokio = { features = ["full"] } compiling all features. Expected 10-15% tokio compile time reduction with explicit list.

Proposed change

tokio = { workspace = true, features = ["macros", "rt-multi-thread", "sync", "signal", "time"] }

Affected crates

Root binary

Ref

.local/plan/performance-audit.md — Issue 1.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    performancePerformance optimization

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions