You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would there be interest in moving XYDataItem to use primitive doubles for x/y instead of Numbers? When we have several million points, the extra memory overhead of storing data as Doubles instead of doubles can make quite a difference. (Simple tests show used the heap space required drops almost in half).
I could work up a pull request if this is of interest.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Would there be interest in moving XYDataItem to use primitive doubles for x/y instead of Numbers? When we have several million points, the extra memory overhead of storing data as Doubles instead of doubles can make quite a difference. (Simple tests show used the heap space required drops almost in half).
I could work up a pull request if this is of interest.
Beta Was this translation helpful? Give feedback.
All reactions