Make regular histentry step-based #3307
Labels
S: Normal
Handle this with default priority
stale
Automatic marker for inactivity, please have another look here
T: Maintenance
Work to keep up the quality of the code and documentation.
Right now the regular histentry operates on
double,
which is only needed for precise spike times. Since the majority of simulations use on-grid simulation steps, it may make sense to change the default tosize_t
and separate the precise times implementation (potentially through the Time class?).nest-simulator/nestkernel/histentry.h
Line 40 in b32a3a3
This would also simplify optimizations relying on grid-locked time steps, e.g. #3247.
The text was updated successfully, but these errors were encountered: