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

Feat: increase data serialization speed #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 22, 2022

  1. feat!: increase data serialization speed

    Use pandas to_json to serialize the dataframe.  On a test dataframe of
    10_000 x 3 this sped up the whole rending process by over 10x.
    From 2.5 sec to 0.22 sec.
    
    This also reduces the complexity and browser processing of nested grids
    as there is no need to parse the json for the row details.
    luke321321 committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    859bab3 View commit details
    Browse the repository at this point in the history