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

frozen pyclasses #972

Merged
merged 1 commit into from
Jan 7, 2025
Merged

frozen pyclasses #972

merged 1 commit into from
Jan 7, 2025

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Jan 6, 2025

Change list

  • Add the frozen attribute to #[pyclass]. This should be a small performance improvement, and allows for accessing the interior of a class even without the GIL.

Ref developmentseed/obstore#118

@kylebarron kylebarron enabled auto-merge (squash) January 6, 2025 23:55
@kylebarron kylebarron merged commit a2cbc7d into main Jan 7, 2025
21 checks passed
@kylebarron kylebarron deleted the kyle/frozen-pyclasses branch January 7, 2025 00:02
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