VioletGiraffe / file-commander

Cross-platform Total Commander-like orthodox file manager for Windows, Mac and Linux
Apache License 2.0
379 stars 56 forks source link

Try IOCP and overlapped I/O to speed up file operations up on Windows #88

Closed VioletGiraffe closed 1 month ago

VioletGiraffe commented 9 years ago

https://en.wikipedia.org/wiki/Input/output_completion_port

VioletGiraffe commented 1 month ago

The operations are plenty fast now with optimizations like memory mapping.