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
Split useMemo in two in VisProvider (one for ndarray creation, one for slicing).
Simplify unpack(mappedView).flat() by unpacking a flat array directly.
Find domain with cwise.
Create data points for line vis with cwise.
Create typed array for heatmap texture without calling flat (pick => shape 1D => unpack), or even without calling Float64Array.from (cwise + push to buffer). - no longer calling flat
useMemoin two inVisProvider(one for ndarray creation, one for slicing).unpack(mappedView).flat()by unpacking a flat array directly.Find domain with cwise.Create data points for line vis with cwise.Create typed array for heatmap texture without calling- no longer callingflat(pick => shape 1D => unpack), or even without callingFloat64Array.from(cwise + push to buffer).flat