Please read the new rule regarding the restriction on the use of AI tools. ×

Haskell setup, with the current compiler version GHC 8.10.1

Revision en2, by Kariem.Taha, 2021-08-17 16:14:32

I'm using Haskell and all of my submissions are always above 11300kb memory, I tried to submit older solution in Haskell for the same problems (for comparison), mostly submitted a year ago, with less memory not even exceeding the common C++17 memory usage, but they end up using 11300kb or above, so my question is how to reduce the memory usage, and what are the used compiler options/flags, I've read the About the programming languages page for information, but it contains old information mentioning GHC 7.6.1.

Tags haskell, compiler options, compilers, ghc

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English Kariem.Taha 2021-08-17 16:14:32 23
en1 English Kariem.Taha 2021-08-17 16:13:11 596 Initial revision (published)