Skip to content

Instantly share code, notes, and snippets.

@tanakh
Created June 15, 2012 06:29
Show Gist options
  • Select an option

  • Save tanakh/2935020 to your computer and use it in GitHub Desktop.

Select an option

Save tanakh/2935020 to your computer and use it in GitHub Desktop.
oom haskell
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