Skip to content

Added byte pool buffer for optimized memory allocation - #51

Open
aga-yash wants to merge 1 commit into
mainfrom
feature/byte_pool
Open

Added byte pool buffer for optimized memory allocation#51
aga-yash wants to merge 1 commit into
mainfrom
feature/byte_pool

Conversation

@aga-yash

Copy link
Copy Markdown

The current implementation frequently allocates byte slices without reuse, contributing to memory growth over time. Thus this implementation added byte pool optimization for reusing the byte slices from byte pool.

@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 19, 2026
@aga-yash
aga-yash requested a review from connelly38 January 19, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant