An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: flyweight

danieldantasdev/awesomeshop_webapi_dps-flyweight_course-luisdev-architecture_dotnet-7_csharp-11

Este repositório é dedicado para se aprofundar no DPS (Design Pattern Strutuctural) Flyweight, utilizando a linguagem de programação C#.

Language: C# - Size: 10.7 KB - Last synced at: 8 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

dstar55/100-words-design-patterns-java

GoF Design Patterns, each pattern described with story from real life.

Language: Java - Size: 2.76 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 177 - Forks: 70

RefactoringGuru/design-patterns-dart

Design Pattern Examples in Dart

Language: Dart - Size: 16.9 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 67 - Forks: 17

jayavardhanravi/DesignPatterns

Design Patterns using C++

Language: C++ - Size: 36.2 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 14 - Forks: 3

VanHakobyan/DesignPatterns

:key:Elements of Reusable Object-Oriented Software:unlock:is a software engineering book describing software design patterns. The book's authors are Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides with a foreword by Grady Booch.

Language: C# - Size: 245 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 262 - Forks: 74

gilzoide/flyweight.hpp

Single header implementation of the Flyweight design pattern for C++11

Language: C++ - Size: 239 KB - Last synced at: 3 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

HowProgrammingWorks/Flyweight

Minimizes memory usage by sharing data with other similar objects

Language: JavaScript - Size: 33.2 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 1

hashberg-io/hashcons

Hash consing for flyweight instance management.

Language: Python - Size: 190 KB - Last synced at: 3 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

ksiminski/design-patterns

Design patterns implemented in C++

Language: C++ - Size: 146 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 9 - Forks: 1

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.

Language: Go - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Jagepard/PhpDesignPatterns-Flyweight

Flyweight

Language: PHP - Size: 69.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

rarissimaavis/Programmazione-Avanzata

Language: Python - Size: 145 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

thiago-roock/Design-Patterns-Csharp

Estudo de Design Patterns com C#

Language: C# - Size: 1.93 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

InnoFang/oh-my-design-patterns

🎨 Record the articles and code I wrote while learning design patterns

Language: Java - Size: 977 KB - Last synced at: 16 days ago - Pushed at: over 2 years ago - Stars: 33 - Forks: 8

bryanvanhuyneghem/Software-Development

Software Development and Design labs

Language: C# - Size: 12.2 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

psengupta1973/GofPatterns

Java source code explaining the Gof Patterns.Codes are shared on academic interest.

Language: Java - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

kane-thornwyrd/kane-fsm

Flyweight, Easy Implementation, Code over UI, Brevity over Features Finite State Machine

Language: GDScript - Size: 219 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 2

sunmeat/flyweight

flyweight pattern cpp example [STRUCTURAL]

Language: C++ - Size: 8.79 KB - Last synced at: 6 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

omgaz/react-flyweight 📦

Simple React Flyweight Event Dispatcher

Language: JavaScript - Size: 279 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

geersch/FlyweightPattern 📦

Sample C# code demonstrating the Flyweight pattern. Written on 2008-03-08.

Language: C# - Size: 248 KB - Last synced at: about 9 hours ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

kachick/flyweight 📦

A tiny template for the “Flyweight Pattern”

Language: Ruby - Size: 18.6 KB - Last synced at: 7 days ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

AliakseiFutryn/dotnet-design-patterns-samples

The samples of .NET design patterns

Language: C# - Size: 131 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 28 - Forks: 11

xdanielsb/patterns

Good practices to create code in Java, open to other languages. :zap:

Language: Java - Size: 10.4 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 14 - Forks: 5

jaychakra/DesignPatterns

Collection of all the Design Patters with code example from HeadFirst Book

Language: Java - Size: 38.1 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 1

coreygirard/flywrench

Flyweight objects made stupidly easy

Language: Python - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 0

thirtwo/Design-Patterns

All the design patterns which i know

Language: C# - Size: 56.6 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

gilzoide/flyweightbyid

A -betterC compatible Flyweight template based on explicit named ids for D

Language: D - Size: 18.6 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ZLTM/RollAFlyweight

Game made using the flyweight pattern based on the unity3D proyect Roll A Ball

Language: ASP - Size: 4.73 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

rito328/php-design-patterns-flyweight

PHP Design Patterns - Flyweight Pattern Sample

Language: PHP - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

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

Language: Python - Size: 6.84 KB - Last synced at: 1 day ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 1

knight2010/23GOF

23 GOF, 11 Behavioral, 7 Structural, 5 Creational. UML diagram, 6 types 😃. Copyright from iS .

Language: Swift - Size: 2.82 MB - Last synced at: 5 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 2