SpiNNakerManchester / PACMAN

Partition and Configuration Manager for SpiNNaker
Apache License 2.0
9 stars 7 forks source link

Reduce Overhead suggestions. #427

Closed Christian-B closed 2 years ago

Christian-B commented 2 years ago

Placement. rename method "chip" to xy as it returns an xy and not a chip

Placements. no need for DefaultOrderedDict - use default_dict no need for OrderedDict use dict def add_placements if (x, y) in self._placements line not needed

_SpreaderPlacer -Why reduce progress bar text?

_ner_route( remove machine consider using PacmanDataView.iterate_partitions()

Christian-B commented 2 years ago

no longer valid