DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

The Flyweight Pattern in Go

5 years ago medium.com
The Flyweight Pattern in Go

Summary: This is a summary of an article originally published by the source. Read the full original article here →

Flyweight is a software design pattern. A flyweight is an object that minimizes memory usage by sharing as much data as possible with other similar objects; it is a way to use objects in large numbers when a simple repeated representation would use an unacceptable amount of memory. — Wikipedia

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com