TomorrowsCities / tomorrowscities

MIT License
3 stars 1 forks source link

fix: performance issues on too large tally files #83

Closed hkayabilisim closed 1 month ago

hkayabilisim commented 1 month ago

When large dataframes such as tally files are stored as reactive variables, updating them becomes very slow because in the background, solara/reacton has some dataframe checks. To solve the issue several workarounds are applied.