Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Investigate use of ArrayPool to reduce allocations #202

Open
MV10 opened this issue Oct 8, 2021 · 0 comments
Open

Investigate use of ArrayPool to reduce allocations #202

MV10 opened this issue Oct 8, 2021 · 0 comments

Comments

@MV10
Copy link
Collaborator

MV10 commented Oct 8, 2021

The library is heavily array-dependent, and due to the nature of image handling, we're often allocating very large arrays on the large object heap. The ArrayPool API may help alleviate GC overhead.

Useful details discussed here:
https://adamsitnik.com/Array-Pool/

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

No branches or pull requests

1 participant