parallel-disk-usage icon indicating copy to clipboard operation
parallel-disk-usage copied to clipboard

Highly parallelized, blazing fast directory tree analyzer

Results 15 parallel-disk-usage issues
Sort by recently updated
recently updated
newest added

PDU is generally very fast. I ran `pdu` on a rather large filesystem and I get the following error ``` thread '' has overflowed its stack fatal runtime error: stack...

It shows the actual file size for files stored on cloud but not the actual size used on local disk which is very small as it's just a link/meta.

`pdu` performs about 2x worse on my HDD than single-threaded `du`. I'm testing on an old home directory of mine on a mechanical hard drive, with about 712 gigabytes of...

good first issue

When trying to summarize the usage of a large volume (~300TB, with billions of files), the program is Killed after a random while. By eyeballing the htop stats RES is...

help wanted

* [ ] `app::sub::Sub` * [ ] `tree_builder::TreeBuilder` * [ ] `fs_tree_builder::FsTreeBuilder` * [ ] `visualizer::Visualizer`