Ticket #908 (closed task: fixed)
transform default soy.colors classes into objects
| Reported by: | ArcRiley | Owned by: | ArcRiley |
|---|---|---|---|
| Priority: | Low | Milestone: | beta3 |
| Component: | soy.colors | Version: | Trunk |
| Keywords: | Cc: |
Description
The main reason soy.colors compiles to around 400k, roughly a quarter of the total module size, is the large number of classes it contains.
By converting these to objects, created once on the module level during import, we can save a lot of memory while making the runtime slightly faster.
Change History
Note: See
TracTickets for help on using
tickets.



