Yea, the time required to copy something to the ramdisk is equal to reading the entire file and get it into the filesystem cache in the first place so ramdisks are a lot less useful than they used to be. And you'll have the file in memory twice since it'll be on the ramdisk and in the filesystem cache if you go that route so it's even less efficient.