save
authorsgf <sgf.dma@gmail.com>
Thu, 27 Jan 2022 20:08:42 +0000 (23:08 +0300)
committersgf <sgf.dma@gmail.com>
Thu, 27 Jan 2022 20:08:42 +0000 (23:08 +0300)
day6/Day6.hs

index a073bad..75d8e36 100644 (file)
@@ -153,6 +153,7 @@ fishesL ages n
 readInput :: FilePath -> IO [Int]
 readInput = fmap (map read . wordsBy (== ',')) . readFile
 
+-- FIXME: Too slow. Use Vector? Or add strictness?
 runF1 :: FilePath -> IO ()
 runF1 fp = do
     ages <- readInput fp