Hi,

as the author of the encoding package[1] I'm quite annoyed by the
extreeme long time it takes to compile a certain module (JISX0208). This
module uses template haskell to generate both a Map (Map Char
(Word8,Word8)) and an Array (UArray (Word8,Word8) Int) for character
conversion. The file has about 6000 entries and the generated array has
8649 entries. Generating the syntax for the array and map is very fast
(under a second) but compiling the code seems to take forever.
Is there any way to find out why that is the case? I've tried
pinpointing the problem but couldn't...

[1] http://hackage.haskell.org/cgi-bin/hackage-scripts/package/encoding

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to