JavaScript FileReader Slice Performance
Just for kicks, here it is with a worker thread and File System Access API No idea if either of those things help, I have no 6gb files. This will get the reading off the main thread so that does help performance in some sense. Object.assign( new Worker( URL.createObjectURL( new Blob( [ `self.onmessage = async … Read more