Flyweight Pattern
A downloadable game
Here is the project link on GIthub for this project: https://github.com/iAmSidh108/DP_FlyweightPattern
What is the Flyweight Pattern?
The Flyweight Pattern is a structural design pattern that focuses on optimizing memory usage or computational efficiency by sharing objects, reducing redundancy, and making objects more lightweight. It achieves this by separating intrinsic and extrinsic state, where intrinsic state is shared among multiple objects, and extrinsic state is stored separately.
Status | Released |
Author | Siddharth Tiwari |
Tags | c, csharp, designpattern, programming |
Leave a comment
Log in with itch.io to leave a comment.