high res is cool and all, it's really killing perf
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
MashPotato 2023-02-22 13:10:59 -07:00
parent 60050187f8
commit b2515749ae

View File

@ -22,9 +22,9 @@ import (
) )
const ( const (
Size = 512 Size = 128
//Iterations = (1<<16 - 1) / 256 //Iterations = (1<<16 - 1) / 256
Iterations = (1<<16 - 1) / 128 Iterations = (1<<16 - 1) / 64
) )
var ( var (