Chad Brewbaker

Results 102 comments of Chad Brewbaker

Just got this message. Throw a timestamp if you want a wait so users know how long. Seemed way longer than 10 seconds - I typed the title then copy...

Just now I did a : ```bash rustup component add rustfmt --toolchain nightly ``` Says it installed but Windows couldn't find the path.

I'm still a mojo noob. Can you emit llvm IR as a target? I have an idea for fuzzing this to find what is actually the performance bottleneck.

Doing a quick cprofile of nanoGPT model training on M1 CPU for the [perf7 proposal](https://github.com/chadbrewbaker/perf-challenge7): | ncalls | tottime | percall | cumtime | percall | filename:lineno(function) | |--------|---------|--------|----------|-------|---------------------------| |...

TBH - what I really want is QEMU here. Ability to simulate the program on several architectures at once with God level visibility even into kernel space. Double bonus if...

1) I reached out to Geoff Langdale to see if he would be interested in porting his SIMD superoptimizer for an interaction combinator implementation. I have one on mothballs that...

Bump. Trying to build on newer macOS and it can't find the home-brew ncurses. Should probably just copy it over.

@connor4312 I have some time to write a GitHub worker YAML. Sorry, I didn't see in your code. Were you using Chromium or some other WASM/WASI runtime? Also what is...

My favorite is https://github.com/sirupsen/napkin-math - can apply most of those benchmarks to any system. Using Halvarflake's profiler is informative https://github.com/open-telemetry/community/issues/1918 Use the TPC-H schema/data/queries? Front end a lot of the...

I would advise against this. Better to have a better test rig for Clap grammars on all coreutils. I would like to see more formal specs on the grammars: https://github.com/clap-rs/clap/blob/a4b9bfc97b0c8e688f8e5745326684192c2e6e6d/tests/unique_args.rs#L20...