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

chore: Add PekkoManagedBlocker to reduce memory. #1027

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

He-Pin
Copy link
Member

@He-Pin He-Pin commented Jan 23, 2024

Motivation:
There is an additional new AtomicReference[Option[T]](None) usage, by introduce a PekkoManagedBlocker , this reduced it.

Result:
Clean code an less memory usage.

@He-Pin He-Pin added the enhancement New feature or request label Jan 23, 2024
@He-Pin He-Pin added this to the 1.1.0 milestone Jan 23, 2024
Copy link
Contributor

@pjfanning pjfanning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@mdedetrich mdedetrich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@He-Pin He-Pin merged commit 4d8aa26 into apache:main Jan 23, 2024
18 checks passed
@He-Pin He-Pin deleted the reduceBLocker branch January 23, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants