Skip to content

簡易的で高速にファイルをコピーするプログラミング

License

Notifications You must be signed in to change notification settings

canaria-computer/go-dir-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go 言語でファイルをコピー

Go 言語で並行処理することでファイルを早くコピーすることを目的にして開発されたコピープログラム

実験結果

JavaScript/TypeScript フレームワークの Qwik の node_module フォルダをSSDからHDDにコピーしたときの実行結果

Method ERT (ms)
Go 32165
XCOPY 68935
PowerShell 72919
ROBOCOPY 96275

実験結果をグラフにしたもの。視覚的に速くなったと主張している。

About

簡易的で高速にファイルをコピーするプログラミング

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages