David Wong

Results 393 comments of David Wong

related https://github.com/mimoo/cargo-specification/issues/6

[could also ](https://github.com/bheisler/TinyTemplate/issues/29)

https://github.com/marketplace/actions/rust-release-binary

I'm actually not sure how we could do that exactly... I haven't had the need to really use it so far, perhaps the new template will make this easier

not unused dev dependencies, but rather dev dependencies that are listed as normal dependencies (and should be listed as dev dependencies instead)

hey, I'd be interested about more documentation on how to use `-procs` and `-worker` What's a good value for -procs? How to figure that out? EDIT: [looks like it takes...

Really? I went from 3000 exec/s by trying `-procs 10` instead of the default.

I just started looking into it, I randomly put the number 10 and got huge numbers. I just checked and `numProcs()` returns 2 on my linux machine. My guess is...

It should not do any IO, but there are a good amount of goroutines (you should print out the `runtime.numGoRoutines()` in that output btw :D)

Profiling doesn't really yield much, but I managed to optimize it via this investigation so thanks. Another question, my fuzzing is becoming gradually slow until it reaches the double digits...