Avoid intermediate Wkt
allocation for ToWkt::wkt_string
for geo-types
#93
Labels
Wkt
allocation for ToWkt::wkt_string
for geo-types
#93
Currently geo-types uses the default implementation of
wkt_string
Instead we could write an individual implementation for each geometry type that doesn't rely on first converting to a
Wkt
struct. e.g.There might be better and worse ways to do this WRT code re-use of the existing serialization methods on
Wkt
.The text was updated successfully, but these errors were encountered: