Skip to content

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 branch 4 times, most recently from bb7bdd8 to d6f70a4 Compare June 24, 2025 09:55
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 branch from d6f70a4 to fd45ae6 Compare June 24, 2025 10:02
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.

LGTM!

@injectives injectives merged commit c741d08 into neo4j:6.x Jun 24, 2025
20 checks passed
@injectives injectives deleted the feature/value-sharing branch June 24, 2025 13:41
injectives added a commit to injectives/neo4j-java-driver that referenced this pull request Jun 24, 2025
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 added a commit to injectives/neo4j-java-driver that referenced this pull request Jun 24, 2025
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 added a commit to injectives/neo4j-java-driver that referenced this pull request Jun 24, 2025
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.
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