Skip to content

Maskgen v0.3.0

Compare
Choose a tag to compare
@flbdx flbdx released this 01 Jun 20:02
· 10 commits to master since this release

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.