Im wondering how to deal with large files. Im guessing theres 2 ways
- allocate space on the video card to read to or write from and then do the I/O
- create a buffer and used that to transfer to and from the video card, duplicating everything
Is there a noticeable difference between the 2?
Thanks