[MLton-user] Profiling - Sequence.append

Raymond Racine rracine@adelphia.net
Mon, 04 Oct 2004 21:52:31 -0400


I've got some quadratic or worse behavior somewhere in my code with
regard to execution times.

Profile shows >40% in Sequence.append

Suspects are numerous.  Looking for insight on what types of operations
are entailed in Sequence.append?

List appends?
String concats?  
???

Ray