advanced windows port of the dcct's-linux plotter
https://bitcointalk.org/index.php?topic=731923.msg8878839#msg8878839

At least a 5 times better performance. With a Haswell CPUs up to 14 times.
Break and continue a plot a latter time. Please break only between writes.
Optional asynchronous mode for writing the plots in the background. Use twice as much RAM.
I have only access to Intel CPUs, so I don't know if it is working for AMD CPUs.
Setting lower priority class at start up to ease the impact for foreground applications (e.g. miner)

Usage: wplotgenerator <account id> <start nonce> <number of nonces> <stagger size> <threads> [/async]
<account id> = your numeric acount id
<start nonce> = where you want to start plotting, if this is your first HDD then set it to 0, other wise set it to your last hdd's <start nonce> + <number of nonces>
<number of nonces> = how many nonces you want to plot - 200gb is about 800000 nonces
<stagger size> = set it to 2x the amount of MB RAM your system has (with async 1x the RAM your system has)
<threads> = How many CPU threads you want to utilise
options:
/async ... writing plots from a background-thread for best throughput (needs twice as much RAM)

ファイルはリンク先から

3930K @4Ghz 10スレッド使用にて平均14000nonces/minute
AVX2命令に対応している最近のCPUならもっと高速らしい