I'd like to implement resource pooling using design patterns so the implementation is neat and and flexible. The resources that I need to create have high memory costs. Is there any design patterns fitting the nature of pooling or suitable for its implementation?
Thanks!!!