Memory Efficiency:?
- By sharing common intrinsic states (like the symbol in this case), the
Flyweight Pattern reduces memory consumption significantly. Instead of
creating multiple objects for each appearance of a character, only one object
is created for each unique character.