> "any number of points from zero to 2B"
> 
> Is that 2b hex or "to be determined" or a typo?
> 

2B is my shorthand for ~2 Billion, or 2^31 - 1.

This is effectively the upper limit on LV arrays
since they use a signed I32 to store their size
for each dimension.  And of course we are already
having to look forward to the day that we bump this
to a 64 bit number. Joy, joy.

Greg McKaskle


Reply via email to