rspack icon indicating copy to clipboard operation
rspack copied to clipboard

[Feature Request]: Do not read binary files into memory

Open Boshen opened this issue 2 years ago • 0 comments

What problem does this feature solve?

After some profiling I found we are reading binary files (e.g. mp4, webp, gif) which are often quite large. It should be possible to do a system file copy instead.

What does the proposed API of configuration look like?

Don't know.

Boshen avatar Mar 16 '23 09:03 Boshen