xmbsn / byenow

Faster folder deleter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

byenow

This is the source code of byenow, a multithreaded folder removal utility for Windows.

https://iobureau.com/byenow

The code is shared to allow anyone interested to see how exactly the program works. The source is incomplete, because it depends on several libraries that are not a part of this distribution. However, with an exception of simple_work_queue, these libraries are simple Win32 API wrappers and their functionality should be fairly obvious from their usage.

To read through the code, start with wmain_app() in byenow.cpp and go from there.

About

Faster folder deleter

License:Other


Languages

Language:C++ 86.8%Language:C 13.2%