Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
3,464 contributions in the last year
Contribution activity
November 2020
Created 100 commits in 9 repositories
Created 4 repositories
- bjorn3/bevy-website HTML
- bjorn3/bevy Rust
- bjorn3/cargo Rust
- bjorn3/rust-gpu Rust
Created a pull request in rust-lang/cargo that received 11 comments
Improve performance of almost fresh builds
This currently saves about 15ms out of the 170ms Cargo overhead when compiling Bevy.
part of #8833
Benchmark results as of 602a1bd
Completely fresh:
…
Opened 16 other pull requests in 7 repositories
rust-lang/rust
2
open
3
merged
bytecodealliance/wasmtime
1
open
2
merged
bjorn3/rustc_codegen_cranelift
3
merged
bevyengine/bevy
2
merged
rust-lang/cargo
1
merged
bevyengine/bevy-website
1
open
EmbarkStudios/rust-gpu
1
merged
Reviewed 33 pull requests in 16 repositories
rust-lang/rust 8 pull requests
- cg_llvm: split dwarf support
- Fix shellcheck error
- Compile rustc crates with the initial-exec TLS model
- Refactorings in preparation for const value trees
- Implement `--extern-location`
- Properly handle lint spans after MIR inlining
- Replace `DepKind` by struct pointers
- [WIP] Content hash support. (See also cargo changes)
bytecodealliance/wasmtime 6 pull requests
rust-lang/team 2 pull requests
EmbarkStudios/rust-gpu 2 pull requests
rust-analyzer/rust-analyzer 2 pull requests
softdevteam/yk 2 pull requests
bjorn3/rustc_codegen_cranelift 2 pull requests
google/evcxr 1 pull request
bytecodealliance/simplejit-demo 1 pull request
bevyengine/bevy 1 pull request
rust-lang/cargo 1 pull request
tkaitchuck/constrandom 1 pull request
rust-lang/blog.rust-lang.org 1 pull request
rust-lang/measureme 1 pull request
gimli-rs/object 1 pull request
rust-lang/miri 1 pull request
Created an issue in bevyengine/bevy that received 11 comments
Make the main bevy crate a dylib
What problem does this solve or what need does it fill?
Incremental compilation times could be lower.
Describe the solution would you like?
Add cra…