Re: [Haskell-cafe] Speedy parsing

2007-07-20 Thread Salvatore Insalaco
2007/7/20, Tillmann Rendel [EMAIL PROTECTED]: Re, Joseph (IT) wrote: At this point I'm out of ideas, so I was hoping someone could identify something stupid I've done (I'm still novice of FP in general, let alone for high performance) or direct me to a guide,website,paper,library, or some

RE: [Haskell-cafe] Speedy parsing

2007-07-20 Thread Re, Joseph (IT)
-Original Message- From: Tillmann Rendel [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 8:48 PM To: Re, Joseph (IT) Cc: haskell-cafe@haskell.org Subject: Re: [Haskell-cafe] Speedy parsing Re, Joseph (IT) wrote: At this point I'm out of ideas, so I was hoping someone could

RE: [Haskell-cafe] Speedy parsing

2007-07-20 Thread Re, Joseph (IT)
-cafe] Speedy parsing 2007/7/20, Tillmann Rendel [EMAIL PROTECTED]: Re, Joseph (IT) wrote: At this point I'm out of ideas, so I was hoping someone could identify something stupid I've done (I'm still novice of FP in general, let alone for high performance) or direct me to a guide,website

[Haskell-cafe] Speedy parsing

2007-07-19 Thread Re, Joseph (IT)
I was hoping someone could direct me to material on how I might go about optimizing a small parsing program I wrote. Used for calculating differences between two files that store a hash of hashes (each line is a hash, each line has key=value pairs seperated by commas), the bottleneck seems to be

Re: [Haskell-cafe] Speedy parsing

2007-07-19 Thread Tillmann Rendel
Re, Joseph (IT) wrote: At this point I'm out of ideas, so I was hoping someone could identify something stupid I've done (I'm still novice of FP in general, let alone for high performance) or direct me to a guide,website,paper,library, or some other form of help. Two ideas about your