commit: [] cost

Hilaire Fernandes hilaire2006 at laposte.net
Wed Nov 1 05:31:15 UTC 2006


Is the cost the same in these two code snippets?


session commit: [
   collection do: [:each | each doSomething]]



collection do: [:each |
   session commit: [each doSomething]]

Hilaire



More information about the Magma mailing list