rb-multiton (ruby/rb-multiton) Add to my watchlist
The Multiton Design PatternThe multiton pattern is similar to a singleton, but instead of only one instance, there are several similar instances. it's usefull when you want to avoid constructing objects many times because of some huge expence (connecting to a database for example), require a set of similar but not identical objects, and cannot easily control how many time a contructor may be called.
Version: 1.0.2 License: unknown GitHubStatistics for selected duration
2024-Oct-25 to 2024-Nov-24
No stats available for this selection.
Try changing the range of days. Alternatively visit statistics page to have an overall look at the submitted statistics.