David Wong

Results 393 comments of David Wong

ok my undersrtanding is that the function is actually called a single time, so you can have the init function be part of it? Still, it'd be nice not to...

the README actually states this: > Con: Iai cannot exclude setup code from the measurements, where Criterion-rs can. so perhaps a good way to exclude setup code is to bench...

I'm initializing a large structs with a bug of vectors in it :o I guess I could serialize it, but then changing the code would break the serialization

I'm trying to make the following githb action work atm: ```yml name: Benchmarks on: push: branches: - main pull_request: jobs: run_checks: runs-on: ubuntu-latest name: Run some basic checks steps: -...

It is taking ages to run iai and debug this, but I guess this is expected :o also, I'm trying to figure out how I can have a clean text...

Just want to say that this is a really cool project but as the meta key is not supported atm it's not really useful on mac.

@kubukoz wdym the appropriate vscode extension? The direnv one? So no need for this one?

wondering about this as well

wondering about this as well o.o

If possible, I think it'd be good to follow the Noise test vectors format. I test for them [here](https://github.com/mimoo/NoiseGo/blob/master/noise/vectors_test.go) and they require you to set the ephemeral key for each...