verless / verless

A Static Site Generator designed for Markdown-based content with a focus on simplicity and performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate if fs.CopyFromOS can be optimized

dominikbraun opened this issue · comments

#154 will create a CopyFromOS function in the fs package. This function reads all files streamed by StreamFiles and re-writes them into a given destination directory. We shall investigate if this copying process can be optimized.

Done with #206.