Joining many geometries was O(n^2) because of deduplication of the same components was not done using a map. My test file that generates 1000 stars in a repeat zone got 10x faster, but it's possible to create a file for any speedup.
Joining many geometries was O(n^2) because of deduplication of the same components was not done using a map. My test file that generates 1000 stars in a repeat zone got 10x faster, but it's possible to create a file for any speedup.