Hi.

I found case where Spur more slow than Cog. Not much but.

prototype := BorderedMorph new.

result := [prototype veryDeepCopy ] benchFor: 2 seconds.

In my computer I got:

Cog: a BenchmarkResult(16,982 iterations in 2 seconds 1 millisecond. 8,487
per second)
Spur: a BenchmarkResult(12,507 iterations in 2 seconds 33 milliseconds.
6,152 per second).

Is it expected behavior for such case?

Reply via email to