Closed peterstace closed 3 years ago
It currently uses the naive O(n^2) approach. We should be able to use a map to get this down to O(n) fairly easily.
Closed via https://github.com/peterstace/simplefeatures/pull/312
It currently uses the naive O(n^2) approach. We should be able to use a map to get this down to O(n) fairly easily.