Thanks Kurtis and Ren, now I see that the memory usage seems very high
indeed.
I was just debugging this issue I had with
https://github.com/avahowell/masterkey.
I will open an issue there to ask why this memory parameter has been set so
high.
--
You received this message because you are subs
I attached a minimal test program to reproduce an issue with
golang.org/x/crypto/argon2.
It calls IDKey twice with the same parameters. The first call executes, but
during the second call the program crashes.
Strange thing: The program does not always crash. If it crashes then I can
call it m
Hi Chris,
I am not sure that you have provided sufficient information for a good
response. The performance of your search will depend a lot more on the way
in which your data is being stored and retrieved.
For example, having multiple database queries running on the same data
would probably n
On https://github.com/golang/go/wiki/WindowsDLLs it says:
> First way: Dynamically load a dll, then call a method on it. You can call
the method via "syscallXX" (the XX is number of parameters, but if it has
few than that, like if you need seven parameter, then syscall9 will still
work, you jus