Thorsten Hater
Thorsten Hater
Hey, I think this is going in the wrong direction based on (my) recent experience in large scale simulations. The problem is that the buffers for recording/sampling are already overflowing....
This depends on #820 for consistency and foundation.
Hi @Helveg, let's go over your suggestions 1. Sure, that's easy enough. 2. A join operator `` on schedules would yield the time-ordered union, right? This is done internally when...
2. No, it's deep within the communications code where these events are interleaved with the incoming spikes. It's nothing we can make accessible. 3. Sure, I got that before, but...
Just a heads up, but #1962 might make your life a bit easier here.
Stepping back a bit, your request for multiple interleaved schedules on a source cell sounds much more reasonable.
So, you now have access to spike source with multiple schedules. Regarding the remaining items: 1. I'd rather not implement `schedule::events(from=0, to=time_max)` since it can potentially eat all your memory....
Hey @Helveg, it's been three weeks almost. Any thoughts?
@w-klijn Any experience and/or suggestion on how to provide identifiers of the remote endpoints across the airgap? Since we do not know what lives on the other side assuming a...
Implemented in #1711 - items, keys, values - __contains__ - update - conversion from iterator of kv pairs - copy from other label_dict As label_dict is essentially frozen, we cannot...