SpiNNakerManchester / PACMAN

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

Speedup Big FromListConnector #398

Closed Christian-B closed 3 years ago

Christian-B commented 3 years ago

Needed for https://github.com/SpiNNakerManchester/sPyNNaker/pull/1095

Application_vertex caching slices has two benefits

  1. Avoid recreating then every time
  2. FromListConnector slices == slices is the id based

could_connect change to vertexes

  1. Allows FromList to use __split_conn_list which is MUCH faster!