You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2020. It is now read-only.
It automatically selects different methods according to whether Source and DestDir are in the same or different HDD(or SSD).
28
-
29
-
| Diff HDD | Same HDD |
30
-
| --- | --- |
31
-
| Reading and writing are processed respectively in parallel by separate threads. | Reading is processed until the big buffer fills. When the big buffer is filled, writing is started and processed in bulk. |
32
-
* 因为不使用操作系统缓存来处理读/写,所以其他应用程序就不容易变得缓慢。
33
-
Reading/Writing are processed with no OS cache, as such other applications do not become slow.
34
-
* 它可以实现接近设备极限的读写性能。
35
-
It can achieve Reading/Writing performance that is close to device limit.
36
-
* 可以使用 包含/排除 筛选器 (UNIX通配符样式)。
37
-
Include/Exclude Filter (UNIX Wildcard style) can be specified. ver3.0 or later, Relative Path can be specified.
FastCopy-M used [VS2017](https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx) with v141 tools.
52
37
38
+
### Auto zip release | 自动打包
39
+
1. 使用VS2017编译FastCopy项目的32位与64位的Release。
40
+
Use VS2017 to build 32-bit and 64-bit release for FastCopy projects.
41
+
1. 在代码根目录建立`vendor`文件夹,并将[HTML Help Workshop](https://docs.microsoft.com/zh-cn/previous-versions/windows/desktop/htmlhelp/microsoft-html-help-downloads)里的`hhc.exe`、`hha.dll`和[7-Zip](https://sparanoid.com/lab/7z/)里的`7z.exe`三个文件放入其中。
42
+
Create a `vendor` folder in the code root directory and place the `hhc.exe`, `hha.dll`([HTML Help Workshop](https://docs.microsoft.com/zh-cn/previous-versions/windows/desktop/htmlhelp/microsoft-html-help-downloads)) and `7z.exe`([7-Zip](https://sparanoid.com/lab/7z/)) three files in.
43
+
1. 执行`AutoZipRelease.vbs`。
44
+
Execute `AutoZipRelease.vbs`.
45
+
1. 代码根目录下将会生成32位与64位两个zip压缩包。
46
+
A 32-bit and 64-bit two zip compression packages will be generated under the code root directory.
47
+
53
48
## Website
54
49
*### FastCopy-M website | FastCopy-M 网站
55
50
http://mapaler.github.io/FastCopy-M/
@@ -61,10 +56,12 @@ FastCopy-M used [VS2017](https://www.visualstudio.com/en-us/downloads/download-v
>Because FastCopy-M uploaded the source code at GitHub earlier than FastCopy official (previously only posted on the official website), this repository does not directly clone the official repository.
63
58
## Official License | FastCopy官方许可
64
-
> FastCopy ver3.x Copyright(C) 2004-2018 by SHIROUZU Hiroaki and FastCopy Lab, LLC.
59
+
>FastCopy ver3.x
60
+
> Copyright(C) 2004-2019 SHIROUZU Hiroaki All rights reserved.
61
+
> Copyright(C) 2018-2019 FastCopy Lab, LLC. All rights reserved.
65
62
>
66
63
> This program is free software. You can redistribute it and/or modify it under the GNU General Public License version 3(GPLv3).
0 commit comments