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

misc: exclude unneeded attributes in class/function definitions #530

Merged
merged 1 commit into from
Apr 13, 2024

Conversation

romm
Copy link
Member

@romm romm commented Apr 12, 2024

This change aims to reduce the memory usage, as well as the compiled cache size for classes that heavily rely on attributes that are not used by this library, for instance OpenAPI attributes.

Fixes #525

This change aims to reduce the memory usage, as well as the compiled
cache size for classes that heavily rely on attributes that are not used
by this library, for instance `OpenAPI` attributes.
@romm romm merged commit 1803d09 into CuyZ:master Apr 13, 2024
11 checks passed
@romm romm deleted the misc/exclude-unneeded-attributes branch April 13, 2024 11:51
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.

1 participant