Showing posts with label OOPS. Show all posts
Showing posts with label OOPS. Show all posts

Wednesday, 6 July 2016

Object Pooling in Csharp

What is Object Pooling in Csharp ? Object Pooling is Technique for Efficient Resource Allocation.A Performance Optimization Technique that is based on using Pool of Pre-Allocated Resources Such of Objects For Efficient Resource Allocation . It refers to Reusing of Allocated Memory again and again instead of demanding for more memory as there are chances that more required  memory...