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

Investigate use of ArrayPool to reduce allocations #202

Description

@MV10

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/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions