Created
June 15, 2012 06:29
-
-
Save tanakh/2935020 to your computer and use it in GitHub Desktop.
oom haskell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Prelude> import qualified Data.ByteString as B | |
| Prelude B> B.length $ B.replicate (10^12) 0 | |
| Loading package bytestring-0.9.2.1 ... linking ... done. | |
| <interactive>: out of memory (requested 1000000716800 bytes) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment