Peter Dyson
Peter Dyson
Is xxHash worth looking at? It wasn't compared in that "which hashing algorithm is best" link. https://github.com/Cyan4973/xxHash
With the transport client, it's best to also ensure the same exact version of java is used on both the server nodes and any clients connecting to it with the...
Sorry, I'm still working to follow up on this one.
So in the original testing for this issue it looks like we'd tried everything except the way you're suggesting: ``` hosts: ["sqlserver://domain\user:password@server01"] hosts: ["sqlserver://domain\\user:password@server01"] hosts: ["sqlserver://domain/user:password@server01"] hosts: ["sqlserver://domain\/user:password@server01"] ``` but...
Is this one still relevant?
TIL, that's much neater.
Let me know if there's anything that needs addressing with this one.
updated my PR to use ` listThreads = args.maxthreads // 3` which does the same with less brackets ;)
How about logging to disk as a starting point? I could then index that data into something like Elasticsearch and go bananas with it. The tricky UI parts for the...
Appending to a CSV would be something another tool could ingest