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

New ConjureCollections Methods for Future Optimizations #2475

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

bmarcaur
Copy link
Member

@bmarcaur bmarcaur commented Mar 6, 2025

Before this PR

There is no way to create a new optimized collection with an existing primitive array (think when deserializing from Jackson) nor was there a way to optimally add a single element.

Addresses the discussion in #2464 (comment)

After this PR

This PR stages those methods so that in a later PR, once most places have adopted this version, we can start generating code to allow end users to have these routines.

@bmarcaur bmarcaur force-pushed the bmarcaurele/new-native-collection-apis branch from d60592d to a7d6e85 Compare March 7, 2025 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant