You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name: Seaside-Core-pmm.825
Author: pmm
Time: 19 August 2014, 9:03:15 am
UUID: cf2a81ae-e2e5-42e1-a40e-ad893b914a0a
Ancestors: Seaside-Core-pmm.824
Issue 816: WAHtmlAttributes >> #addClass: allocates too much
- no overhead for a single class
- for multiple classes the overhead is
* one object with two instance variables
* one ordered collection
- the full attribute value is never constructed as a string
- use characters instead of strings where possible
Original comment by philippe...@gmail.com on 19 Aug 2014 at 8:08
Original issue reported on code.google.com by
philippe...@gmail.com
on 18 Aug 2014 at 5:50The text was updated successfully, but these errors were encountered: