I have a question about the operating mode -M matrix screen
It increases the chances of winning in random mode?
That options just a test, is to show the full output line by line.
And no it doen't increment anything in chances.
I add that option
-M just because some users need to see the program "working" if they don't see lines running out the screen it they think that the program is stuck or freeze.
I do not understand why the creation Bloom filter, became very slow almost 10 times slower.
I used the -S key and -M.
as I understand the key -S Bloom filter is created on disk/ from here creation Bloom filter the speed drops
The previous version of the program directly created bloom in RAM
And now it’s impossible?
Yes that is a bug, i already correct it, i will update the github repository today.
small calculation of how much RAM is needed to solve 120 puzzles
-n 0x100000000000000000000000000000 -k 1
Bloom filter for 288230376151711744 elements = 1.21755226 exabytes ram

if
Bloom filter for 13967032320 elements = 59.5GB
if I didn't mess anything up
Seems tha the calculation is correct. That is why that puzzle is not solved yet. We all try it by our selfs just hopping for luck.