Results 18 comments of Will Glozer

Hi @pfumagalli, thanks! I haven't actually profiled the Java impl as the native SSE2 impl was ~4x faster (not to mention the GC pressure) last time I checked. Are you...

Hi, thanks for the suggestion! Including the license in the jar file does seem like a good idea, and I've neglected to put a NOTICE file which is needed for...

Hi Paul, I'm not quite sure what you mean, are you asking for a magic string that can be passed to SCryptUtil.check() that will always result in a false match?...

@methane thank you for taking the time to review and comment on this PR! @ZuluPro as methane points out it should be possible to generate a JSON report using the...

I'd suggest writing JSON output to a file whose path is specified via a script arg. Most likely someone who wants machine-readable output is also invoking wrk with a script....

@methane good question, it's a little tricky since `done` runs in a different context than `init`, need to grab a reference to one thread in `setup`, store the arg in...

Having a mechanism to detect and handle missing values makes sense, thanks! However this default behavior for Option is very surprising, Rust (serde)[^1], Swift[^2], and Go[^3] all support deserializing both...

Thanks for the issue report @erickt! Currently wrk overwrites each entry in the headers table with the last header seen. Should be easy to fix, although there will be a...