nonnymoose / xsr

X Steps Recorder
MIT License
80 stars 17 forks source link

Store all the captured data in a structured data format #77

Open lezsakdomi opened 6 years ago

lezsakdomi commented 6 years ago

For ex. in memory, using arrays. Or in JSON. Or in YAML. etc...

... rather than writing it immedieately to STDOUT

Advantages:

nonnymoose commented 6 years ago

Do you want to store images in memory too? I don't think that that would work...

lezsakdomi commented 6 years ago

Maybe. I wouldn't state. Maybe it's a good point, to have an option for it? (The size of images can grow unexceptedly fast)

lezsakdomi commented 6 years ago

Best to start writing buffer to disk when memory gets full or some threshold reached