I wonder if it's possible to use twice less memory specifically for point data, where we know that maxX and maxY duplicate minX and minY. This could look like an option in the constructor (onlyPoints = false), and then adding special case handling for indexed leaves.
I wonder if it's possible to use twice less memory specifically for point data, where we know that
maxXandmaxYduplicateminXandminY. This could look like an option in the constructor (onlyPoints = false), and then adding special case handling for indexed leaves.