djanloo / quilt

A multiscale neural simulator
MIT License
0 stars 0 forks source link

Spike management optimisation #4

Closed djanloo closed 2 months ago

djanloo commented 7 months ago

Is the spike queue the best structure?'Binary' priorities would be more adequate

Also, handle_incoming_spikes() does not require acquiring mutex on postsynaptic neurons, so it could be multithreaded

djanloo commented 2 months ago

The current strategy seems to work reasonably fast. This issue is not of primary interest for now. In future, a comparison between more strategies could be carried out.