Skip to content

Conversation

alx75
Copy link

@alx75 alx75 commented May 27, 2025

This fixes the high memory usage regression that was introduced in 2.6.2.
This fixes issue #122

Without this commit, when I try to parse a 33MB xlsx file (500_000 rows) and it consumes 8GB. With this commit it's consuming few hundreds (~300MB)

The reason lies in the namespaces due to all hash instantiation it does for all nodes.

Before this commit:
Screencast from 2025-05-27 09-54-59.webm

With this commit:
Screencast from 2025-05-27 09-58-59.webm

This fixes the high memory usage regression that was introduced in 2.6.2
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