Skip to content

Parallel algorithms for spatial queries (all K nearest neighbors etc.)

Notifications You must be signed in to change notification settings

thcristo/ParallelSpatialQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlaneSweepParallel: Console application that implements parallel plane sweep algorithm with external memory capability for AKNN problem in two dimensions.
DatasetGenerator: Console application that creates 2D datasets of points with uniform distribution.
DatasetMultiplier: Console application that replicates a 2D dataset of points to four quadrants and thus multiplying its number of points by a factor of 2 or 4.

About

Parallel algorithms for spatial queries (all K nearest neighbors etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages