Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ObjectPooling sample. #8

Open
hsnabn opened this issue Oct 29, 2015 · 1 comment
Open

Add ObjectPooling sample. #8

hsnabn opened this issue Oct 29, 2015 · 1 comment
Assignees
Labels

Comments

@hsnabn
Copy link
Owner

hsnabn commented Oct 29, 2015

An ObjectPooling sample for Duality might be useful to someone.

Object pooling (or resource pooling) helps to reduce object instantiation and destruction (which may cause overhead depending on the number of instantiations or destructions) by recycling and reusing objects.

@hsnabn hsnabn self-assigned this Oct 29, 2015
@hsnabn
Copy link
Owner Author

hsnabn commented Nov 10, 2015

Progress has been made. Still needs lots of work and documentation, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant