This project intends to re-implement various UNIX utilities and core programs in Python, with an emphasis on correctness, testing, simplicity and maintainability.
this copy system is an alternative for cp tool included in coreutils package, but using multithread, resizeable buffers to improve performance in the copy process.