« Return to Thread: How to avoid too many callbacks

Re: How to avoid too many callbacks

by Sophie2 :: Rate this Message:

Reply to Author | View in Thread

"Gerhard Obermann" <obi068@...> wrote in message

> BTW the test result shows a good performance gain without the 100
> callbacks.
>
> Render Time (with 100 callbacks) : 29 ms
> Render Time (with 1 callback) : 6 ms
> File Size (with 100 callbacks): 20736
> File Size (with 1 callback): 8611

Wow, looks like I could do this in some places in my app. Any chance you
could share the rest of this test/sample code?

Always amazed by how much I do not know :)

- Sophie



_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

 « Return to Thread: How to avoid too many callbacks