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

Use/Addition of LazyFrames for Polars implementation #52

Closed
adamamer20 opened this issue Aug 3, 2024 · 1 comment
Closed

Use/Addition of LazyFrames for Polars implementation #52

adamamer20 opened this issue Aug 3, 2024 · 1 comment
Labels
enhancement Improvements to existing features or performance.

Comments

@adamamer20
Copy link
Collaborator

adamamer20 commented Aug 3, 2024

Polars has a lazy API, which allows for query optimization. Currently, AgentSetPolars and PolarsMixins are implemented with the eager API, which may lead to a significant performance loss. Collection could be done at each step.

References:

@adamamer20 adamamer20 added the enhancement Improvements to existing features or performance. label Aug 3, 2024
@adamamer20
Copy link
Collaborator Author

Closed in favour of Ibis (#89).

@adamamer20 adamamer20 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to existing features or performance.
Projects
None yet
Development

No branches or pull requests

1 participant