Random commentary about Machine Learning, BigData, Spark, Deep Learning, C++, STL, Boost, Perl, Python, Algorithms, Problem Solving and Web Search
Saturday, October 3, 2015
Implementing the Flyweight pattern
The flyweight pattern is used for reducing the
costs of creating a large number of similar objects. This is particularly
important in those situations where performance is critical.
No comments:
Post a Comment