Is it time to buy a new laptop, if #julia crashes with an OOM error during project build if it can only use 6GB of RAM? #PrematureOptimisation #InvertedReality
0
0
0
0
Is it time to buy a new laptop, if #julia crashes with an OOM error during project build if it can only use 6GB of RAM? #PrematureOptimisation #InvertedReality
Status: mildly irritated by the amount of Haskell-code I find in the wild -- including in libraries! -- that does:
(== 1) . length
You don't need to count all elements to find out if there's exactly one, bro!
#haskell #prematureoptimisation