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

ThisAssembly.Resources Improvements #157

Merged
merged 6 commits into from
Jan 10, 2023

Conversation

viceroypenguin
Copy link
Contributor

This PR addresses various improvements for ThisAssembly.Resources:

`HashSet<>` is not cacheable, so it will not be effective at reducing the number of calls to generator. This will reduce performance. Switching to `.Collect()`/`ImmutableArray` will allow the caching system to work as intended.
@kzu kzu added the bug Something isn't working label Jan 10, 2023
@kzu kzu merged commit c6e238d into devlooped:main Jan 10, 2023
@viceroypenguin viceroypenguin deleted the address-issues branch January 10, 2023 20:54
@devlooped devlooped locked and limited conversation to collaborators Sep 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
2 participants