Ticket #908 (closed task: fixed)

Opened 5 years ago

Last modified 5 years ago

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

comment:1 Changed 5 years ago by ArcRiley

  • Status changed from new to closed
  • Resolution set to fixed

comment:2 Changed 5 years ago by ArcRiley

  • Status changed from closed to reopened
  • Resolution fixed deleted

comment:3 Changed 5 years ago by ArcRiley

  • Status changed from reopened to closed
  • Resolution set to fixed

Finished with [869] and [870]

Note: See TracTickets for help on using tickets.