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

Hashing DataFrame too slow #6118

Open
philippjfr opened this issue Feb 15, 2024 · 0 comments
Open

Hashing DataFrame too slow #6118

philippjfr opened this issue Feb 15, 2024 · 0 comments
Labels
type: enhancement Minor feature or improvement to an existing feature

Comments

@philippjfr
Copy link
Member

When you depend on a DataFrame value inside a DynamicMap callback via a stream the hashing that occurs is simply way too slow to be practical, often taking 0.5 - 2 seconds even for DataFrames that can be plotted before aggregation without issue. We need to find a better solution here, e.g. by hooking into Panel cache hashing implementations.

@philippjfr philippjfr added the type: enhancement Minor feature or improvement to an existing feature label Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Minor feature or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant