Skip to content
SP StackPractices

Tag: memory-optimization

1 resource tagged with "memory-optimization" on StackPractices.

Flyweight Pattern

Share objects to support large numbers of fine-grained objects efficiently. A structural design pattern for memory optimization.