Articles under the 'Design pattern' tag
Distributed system design patterns, which ones have you used?
1.Bloom filter
Bloom filter is a space-saving probabilistic data structure for testing whether an element is a member of a collection or not. It is used in scenarios
...
More >>
2022-11-22
Design pattern
/
Back End
/
Front End
/
Distributed system
Design patterns commonly used in work - Flyweight Pattern
In general, it is not easy to have a lot of scenarios using design patterns for business development. Here is a summary of the more frequent use of design patterns in business development. Of course the language is Java, based on the Spring Framework.
1. Flyweight PatternIf there are a large numbe
...
More >>
2022-08-22
Flyweight Pattern
/
Design pattern
/
Back End