[go-nuts] Re: strange failure of golang.org/x/crypto/argon2.IDKey

2020-01-03 Thread andre . kuehne . 77
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

[go-nuts] strange failure of golang.org/x/crypto/argon2.IDKey

2020-01-02 Thread andre . kuehne . 77
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

[go-nuts] Re: vertical search engine go concurrency

2018-03-26 Thread Andre Scholtz
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

[go-nuts] undefined: syscall.LoadLibrary

2016-06-23 Thread andre
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