redo icon indicating copy to clipboard operation
redo copied to clipboard

Stop calling mkdir() so often

Open Tharre opened this issue 8 years ago • 0 comments

Currently, mkdir() is called thousands of times because we call mkpath() unnecessarily. This is bad for performance.

Tharre avatar May 22 '16 01:05 Tharre