Skip to content

Conversation

@breznak
Copy link
Member

@breznak breznak commented Jun 4, 2020

  • cleanup serialization - made simple by storing directly all members.
  • improved detailed operator== equals
  • serialization for Connections' helper structures SynapseData,
    SegmentData

Selected part of #799

- cleanup serialization - made simple by storing directly all members.
- improved detailed operator== equals
- serialization for Connections' helper structures SynapseData,
SegmentData
@breznak breznak added ready code code enhancement, optimization, cleanup..programmer stuff serializable labels Jun 4, 2020
@breznak breznak requested a review from dkeeney June 4, 2020 08:48
@breznak breznak self-assigned this Jun 4, 2020
}

//operator==
bool operator==(const CellData& o) const {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

helper structures in connections SegmentData, SynapseData now implement Serializable and op==, which simplifies these operations in Connections.

@breznak
Copy link
Member Author

breznak commented Jun 4, 2020

@dkeeney when you have time, can I get on with these?

@breznak breznak merged commit 0bc71e1 into master Jun 4, 2020
@breznak breznak deleted the seeds_connections branch June 4, 2020 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code code enhancement, optimization, cleanup..programmer stuff ready serializable

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants