|
|
|
|
|
by dragonwriter
4076 days ago
|
|
> If you have an array that fills a significant fraction of your memory (say, tens of Gigabytes), you don't have another choice but to use mutation (Haskell doesn't support that). Haskell supports mutation, although many short tutorials don't address it and even many longer tutorials don't do much with it. |
|