static constants -- ideas?

Jason Dusek jason.dusek at gmail.com
Sun Feb 24 03:19:05 EST 2008


Don Stewart <dons at galois.com> wrote:
> You can build large constant bytestrings, fwiw. They turn into
> an Addr#, and GHC will leave them alone.

  Well, for my particular problem -- I guess I could align all
  the elements of the lists, and then build the trie and maps
  from the ByteStrings at startup.

-- 
_jsn


More information about the Glasgow-haskell-users mailing list