http://d.puremagic.com/issues/show_bug.cgi?id=8487
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Walter Bright <[email protected]> 2012-08-01 02:08:47 PDT --- My initial impression is that the slowdown is caused by looking for a match with a previous instantiation by using a linear search. This can be fixed by using a hash table instead. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
