Flyweight

Term side of the Card
Topic: Structural Patterns
Unit title: Flyweight
Categories: Design pattern
Explanation side of the Card

Explanation: The design pattern that minimizes memory usage by sharing common data between similar objects. It's useful when many objects share the same state, such as in the case of graphical objects or game entities.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub