unlimitedsola / copier

A fast parallel copying utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copier

A fast parallel copying utility.

License Version

Features

  • Multiple destinations: supports coping from one source to multiple destinations at a time. the source will be only read once for multiple destinations.
  • Parallel coping: multiple destinations copying is done in completely parallel, no time are wasted.
  • Direct I/O access: uses Windows Direct I/O Access for reading and writing, no random accesses.

User Guide

  1. Requires Java Runtime Environment(JRE) 1.8 with JavaFX bundled
  2. Download the latest release from release page
  3. Execute the downloaded jar file

Supported Platforms

Windows only. more platforms might be added in the future.

About

A fast parallel copying utility

License:GNU General Public License v3.0


Languages

Language:Kotlin 100.0%