SpaceGroupUCL / depthmapX

depthmapX is a multi-platform Spatial Network Analysis Software
197 stars 52 forks source link

Vga parallel #400

Open pklampros opened 3 years ago

pklampros commented 3 years ago

Provide parallel versions of the three global analyses (visual, metric, angular) and of the local (semi-global/1-step away) visual analysis. The algorithms are the same as the non-parallel versions with modifications to avoid race conditions. An alternative version of the local visual analysis is also provided which uses a True/False adjacency matrix as a vector instead of the edge lists (vector<set>) in the classic algorithms.