Skip to content

Conversation

@klockla
Copy link
Collaborator

@klockla klockla commented Nov 6, 2025

Use StripedLock instead of synchronized block on interned String.
This will help reducing memory usage for large crawls and/or long lasting VMs.

Use StripedLock instead of synchronized block on interned String
This will help reducing memory usage for large crawls

Signed-off-by: Laurent Klock <[email protected]>
@klockla klockla added this to the 2.6 milestone Nov 6, 2025
@klockla klockla self-assigned this Nov 6, 2025
@klockla klockla added the java Pull requests that update java code label Nov 6, 2025
@klockla klockla requested a review from jnioche November 10, 2025 17:23
Copy link
Collaborator

@jnioche jnioche left a comment

Choose a reason for hiding this comment

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

LGTM - assuming you tested it on a crawl?

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

Labels

java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants