rspack
rspack copied to clipboard
[Feature Request]: Do not read binary files into memory
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.