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

Simplify data in #1148

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Simplify data in #1148

wants to merge 25 commits into from

Conversation

rowleya
Copy link
Member

@rowleya rowleya commented Dec 8, 2023

Removes the complicated data in protocol and replaces it with a much simpler one! This uses the same "multicast paths" on the machine, but instead of keeping track of packets and then retransmitting them in blocks, it instead uses normal SCP messages to send the data, which is then expanded to multicast on the machine as before. This appears to run at the same speed as the other protocol, but without the complicated code...

@coveralls
Copy link

coveralls commented Dec 11, 2023

Coverage Status

coverage: 48.516% (+0.5%) from 47.994%
when pulling 857d3cd on simplify_data_in
into 77b787d on master.

@Christian-B
Copy link
Member

I ran a the self synfire with 100,000 neurons with a giant fromlist connector master and this branch. Load Application data specification master 3,639,730 vs here. 7,001,228. This is in Python!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants