Closed sjvrijn closed 5 months ago
We currently specify the points of our hexagon as a space-separated string, and at every drawing we unpack the string into a nested list of numbers.
We can save all the unpacking code/runtime by storing the points in that data format in the first place.
We currently specify the points of our hexagon as a space-separated string, and at every drawing we unpack the string into a nested list of numbers.
We can save all the unpacking code/runtime by storing the points in that data format in the first place.