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

[Improvement] Leverage List Creation Facade for Future Optimizations #2409

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

Conversation

bmarcaur
Copy link
Member

@bmarcaur bmarcaur commented Nov 14, 2024

Before this PR

Unmodifiable lists were created using Collections.unmodifiableList which forces the returned type to be a List<T>

After this PR

Leverages a facade through ConjureCollections.unmodifiableList which will allow us to route through some later Jackson optimizations.

carterkozak
carterkozak previously approved these changes Nov 21, 2024
@bmarcaur
Copy link
Member Author

DNM while we wait on #2417 to roll for a few weeks

@bmarcaur bmarcaur force-pushed the bmarcaurele/small-conjure-collections-refactor branch from 1eecccf to 74269fc Compare November 25, 2024 18:37
@bmarcaur bmarcaur changed the title [Improvement] Introduce List Creation Facade for Future Optimizations [Improvement] Leverage List Creation Facade for Future Optimizations Nov 25, 2024
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.

2 participants