evunit icon indicating copy to clipboard operation
evunit copied to clipboard

Big input files consume a lot of memory

Open ISSOtm opened this issue 3 years ago • 0 comments

Exhaustive testing will lead to big input files (obviously, due to combinatorial explosion), which currently makes evunit take a lot of memory (everything is read into memory before processing even begins.

It might be possible to use serde to generate a "streaming" deserializer, for example.

ISSOtm avatar Sep 28 '22 20:09 ISSOtm