Maskgen v0.3.0
Reduce the memory usage by generating the masks when needed instead of storing them in a list.
This could lead to hundreds of MB or more in some pathological cases with the bruteforce mode.
In addition to keeping the memory usage at minimum, this also speed up a little the generation.