Skip to content

perf(value): optimise value handling for Bolt Connection #1658

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

Merged
merged 1 commit into from
Jun 24, 2025

Conversation

injectives
Copy link
Contributor

The objective of this update is to reduce the amount of memory allocations needed when Bolt Connection values are used. Driver internal values now implement Bolt Connection values directly and no longer need a wrapper adapter. In addition, lists are used instead of arrays to prevent array copying.

@injectives injectives force-pushed the feature/value-sharing-backport branch from fe5050d to 9f9e1f4 Compare June 24, 2025 13:52
The objective of this update is to reduce the amount of memory allocations needed when Bolt Connection values are used. Driver internal values now implement Bolt Connection values directly and no longer need a wrapper adapter. In addition, lists are used instead of arrays to prevent array copying.
@injectives injectives force-pushed the feature/value-sharing-backport branch from 9f9e1f4 to 39f7d11 Compare June 24, 2025 14:20
Copy link

@MaxAake MaxAake left a comment

Choose a reason for hiding this comment

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

@injectives injectives merged commit 1b81124 into neo4j:5.0 Jun 24, 2025
19 checks passed
@injectives injectives deleted the feature/value-sharing-backport branch June 24, 2025 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants