An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with flyweight-pattern

A curated list of projects in awesome lists tagged with flyweight-pattern .

https://github.com/laqudee/rust-learn

《Rust程序设计语言》笔记-练习代码与设计模式(Design Pattern)练习

design-patterns factory-pattern flyweight-pattern learning-exercise notes proxy-pattern rust rust-lang state-pattern template-method-pattern tutorial

Last synced: 26 Oct 2025

https://github.com/toaco/flyweight2

A variant of the Flyweight pattern that allows the object to be modified without affecting other objects, and automatically shares the memory if the modified object is the same as other objects

flyweight flyweight-pattern objectpool shared-memory

Last synced: 19 Jun 2026

https://github.com/nurfarazi/design-patterns

Demonstrates the creational, structural, and behavioral design patterns in C# and .NET 8

abstract-factory-pattern builder-pattern facade-pattern factory-pattern flyweight-pattern netcore prototype proxy singleton-pattern terminal-app

Last synced: 15 Jun 2026

https://github.com/regexident/interner

Swift implementation of general-purpose interners for every use case

flyweight-pattern interning string-interning

Last synced: 13 Jun 2026

https://github.com/tharindu714/flyweight-text-editor-application

TC Text Editor is a sleek, high-performance Java Swing application showcasing the Flyweight Design Pattern. Built with clean code and Maven, it delivers an intuitive UI and extreme memory efficiency.

flyweight-pattern java oodp texteditor-gui

Last synced: 19 Sep 2025

https://github.com/bujosa/flyweight-design-pattern

See example of flyweight design pattern in go

design-patterns flyweight-pattern golang structural-patterns

Last synced: 28 Aug 2025

https://github.com/sc0v0ne/design_pattern_flyweight

Develop a system that uses the pattern given in class. "Flyweight" design pattern.

design-patterns flyweight-pattern git github intellij intellij-idea java maven

Last synced: 02 Apr 2026

https://github.com/tharindu714/flyweight-music-streaming-application

MelodyShare is a compact, colourful demo that uses the Flyweight design pattern to share heavy album data (artwork, artist, album meta) across many Song instances. This reduces memory usage while allowing thousands of simultaneous plays.

design-patterns flyweight-pattern java oodp

Last synced: 06 Sep 2025

https://github.com/howprogrammingworks/flyweight

Minimizes memory usage by sharing data with other similar objects

flyweight flyweight-pattern js object-oriented-programming pattern patterns

Last synced: 21 Aug 2025

https://github.com/ihojose/flyweight-demonstration

Manuela Beltrán University - Flyweight Pattern Demonstration

demonstration flyweight-pattern java-14 java14 manuela-beltran-university

Last synced: 26 Oct 2025

https://github.com/dfleta/galley-grub

Desing pattern exercise: flyweight pattern and chain of responsability

chain-of-responsibility-pattern desing-patterns flyweight-pattern gof-patterns java uml-class-diagram

Last synced: 26 Oct 2025

https://github.com/arthurfp/go_flyweight_pattern

A Go project demonstrating the Flyweight pattern with a focus on minimizing memory usage by sharing data among similar objects. This repository showcases best practices in design patterns and unit testing.

code-pattern flyweight flyweight-pattern go golang

Last synced: 17 Jan 2026