Closed benducke closed 1 month ago
Currently, v.net.models spends considerable time in an inner and outer loop construct following this message:
Transferring input point attributes to output lines (links):
There are some opportunities for optimization:
res=echo "${previous}" | "${GREP}" " ${cur} " -c # TODO: Check if replacing this with an internal list search function improves performance
echo "${previous}" | "${GREP}" " ${cur} " -c
Done with https://github.com/benducke/Network-reconstruction-tools-for-GRASS-GIS/commit/e63214b3e90dabce20611ef789b87c05090f98f6
Currently, v.net.models spends considerable time in an inner and outer loop construct following this message:
Transferring input point attributes to output lines (links):
There are some opportunities for optimization: