Skip to content

Improve performance by adding async #123

@LuchoBazz

Description

@LuchoBazz

Tasks

  • Add object-oriented structure + async to the output command (v1.0.2)
  • Add object-oriented structure + async to the setup command (v1.0.3)
  • Add object-oriented structure + async to the stress command (v1.0.4)
  • Add object-oriented structure + async to the check command (v1.0.5)
  • Add object-oriented structure + async to the cmp command (v1.0.6)

Adding Async

  • replace std::path::PathBuf to async_std::path::PathBuf
  • Migrate to Async File Handler

Add new dependencies

async-std = "..."
futures = "..."
tokio = { version = "...", features = ["full"] }

Issues

# Don't works, v1.0.3
qt stress -t main.cpp -g gen.cpp --tout 1000 --tc 2 --run-ac 

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions