Skip to content

Topology Manager

Christopher Hogan edited this page Jul 14, 2021 · 1 revision

The TopologyManager is responsible for maintaining sets of Targets as metadata.

API

  • std::vector GetTop(size_t num_targets, Critera criteria)

Requirements

  • O(1) insert
  • Fast find.

Scoring System

Pre-built Partitions

  • Remaining Capacity
    • Global
    • Neighborhood
    • Local
  • Bandwidth
    • Global
    • Neighborhood
    • Local
Clone this wiki locally