Posts tagged performance
-
“Read integers efficiently in Haskell” ‒ November 3, 2018
What is the best practice to read a list of numbers from standard input (or a file) in Haskell? This post will show you by conducting a series of benchmarks.