Replies: 2 comments 7 replies
-
Do you have to have all of those strings in memory at the same time? Just log the timestamp (as an |
Beta Was this translation helpful? Give feedback.
-
or
and thus avoid this waste of memory. Then only the growing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Working on a Spike Prime. The following code works fine:
but if I change it to
I get an out of memory error
MemoryError: memory allocation failed, allocating 4096 bytes (on the append line)
Is there any way to concatenate the ticks to a string?
Beta Was this translation helpful? Give feedback.
All reactions