-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
When i provide react-table v7 with good amount of rows(below case is with 100K rows and 15 columns, then getBy
, makePathArray
are taking long time to execute.
Is there anything we can do to optimize it ?
I can see before calling getBy
we are splitting by .
, then in makePathArray
we are doing map(d => String(d).replace('.', '_'))
, this thing seems to be redundant(or can be applicable at some other place also), is this good to remove ?
Metadata
Metadata
Assignees
Labels
No labels