id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 621,geos_c api string handling improvements,danielzeitlin,strk,"GEOSWKBReader_read_r() method copies the given WKB string two times instead of directly access it without any copy[[BR]] first copy --> std::string wkbstring(wkb, size);[[BR]] second copy --> is.str(wkbstring);[[BR]] similar one copy occurs in GEOSWKBWriter_write_r() method. These two methods are very important since are main entry points for geometry de/serialization between libraries using GEOS (GDAL uses them two). I fixed these methods and attached a short patch file. Consider to fix WKT read/write too.",enhancement,closed,major,3.3.9,C API,3.3.7,Significant,fixed,,danielzeitlin