Hacker News new | ask | show | jobs
by thebelal 2448 days ago
FWIW `scan()` is going to be much faster if you are just reading doubles from standard input than `as.numeric(readLines())`.