Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optimised RouteSet data type #259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add optimised RouteSet data type #259

wants to merge 1 commit into from

Conversation

mundya
Copy link
Member

@mundya mundya commented Jul 10, 2016

Adds a new RouteSet data type that should reduce the amount of memory required to represent the 'source' and 'destination' fields of routing table entries, and should speed up construction of routing tables from routing trees.

  • Make use of this data structure when writing routing tables to SpiNNaker
  • Make use of structure when unpacking routing tables from SpiNNaker
  • Check there are no instances where the assumption that a RoutingTableEntry or the structures in routing table construction break when given one of these items rather than a set - @mossblaser?
  • Check you can still use sets wherever RouteSets are used.

Adds a new RouteSet data type that should reduce the amount of memory
required to represent the `source' and `destination' fields of routing
table entries, and should speed up construction of routing tables from
routing trees.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant