aaronpriven / actium

Programs used for schedules and other information at AC Transit
Other
1 stars 1 forks source link

Make Actium::O::Dir, Actium::O::Days into flyweight objects #4

Closed aaronpriven closed 8 years ago

aaronpriven commented 8 years ago

Actium::O::Dir, and Actium::O::Days are all different pieces of data that have procedures associated with them, but which are duplicated. Making these into flyweight objects would save memory in storage.

aaronpriven commented 8 years ago

Done in devel branch.