aejenk / glitchup

A databender library/executable made in Rust.
Mozilla Public License 2.0
1 stars 0 forks source link

Implement loading bar / time taking where possible #23

Open aejenk opened 5 years ago

aejenk commented 5 years ago

There may be some scenarios (mutations...) where adding a loading bar may prove useful (and aesthetically pleasing). For this purpose, check to try and see where this can be implemented.

An alternative can be time tracking - this information can serve useful to people to see how long certain options can take (for example, Chaos with 1000 chunksize and etc... takes 9 seconds)

aejenk commented 5 years ago

This might not be possible due to the parallellization, but it should be attempted nevertheless.