Flyweight

Teach and apply the Flyweight (Cache) pattern to reduce RAM usage by sharing immutable intrinsic state across massive numbers of similar objects. Use when users ask about Flyweight, object pooling, intrinsic vs extrinsic state, RAM-constrained object creation, or comparing Flyweight to Singleton or Prototype.

mdadul Updated

File contents

mdadul/agent-skills/tree/main/skills/design-pattern/structural/flyweight commit 8a7da01f3f

Frequently asked questions

npx skillmds@latest add mdadul/flyweight