Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A amdis-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • Deployments
    • Deployments
    • Releases
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • amdis
  • amdis-core
  • Issues
  • #12
Closed
Open
Issue created Apr 08, 2020 by Praetorius, Simon@spraetorOwner

Search for coordinates with kdtree od quad/hex trees

When search for coordinate vectors, e.g. in periodic associations, one should not use std::map with a lexicographic comparison. There are always cases where this fails. Better use a data-structure that is specifically designed for this task. Like KDTree or QuadTrees/HexTrees. This data-structure must be added somehow to common or utility.

Assignee
Assign to
Time tracking