-
Notifications
You must be signed in to change notification settings - Fork 0
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
Loosing performance somewhere #23
Comments
Good news: it does not depend that much on the code. This is a run of the old code (f80dc35) before the development of the multiscale stuff:
Bad news: my ENTIRE machine became slower in six months. |
After solving #28, quilt has become a shared library. This is the new performance:
That is 15 times the original simulation time. This is unacceptable. |
After commit fff7797 :
So we are back to a good 70 ns/neuron/step (at least for the striatum) 😏 |
This is the performance after the discussion in #9:
So after:
|
This is the old performance on the basal ganglia benchmark:
And this is the performance on the same benchmark now:
...almost everything doubled. Dispiriting.
The text was updated successfully, but these errors were encountered: