I have a large file (utf8). I know fs.createReadStream can create stream to read a large file, but not synchronized. So i try to use fs.readSync, b
fs.createReadStream
fs.readSync
two potential problems,