Skip to main content

One post tagged with "flyweight"

View All Tags

Flyweight pattern

· 4 min read
Esteban Gonzalez
Collaborator

Example

This image is part of the game この素晴らしい世界に祝福を! Attack of the Destroyer developed by Entergram

The objective of this post is to explain and show how to implement the Flyweight Pattern in a basic way and see how this pattern can help you to reduce the memory usage of your applications.