Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
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 upPinned
237 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 3 commits in 3 repositories
Created 1 repository
- solson/sled Rust
Created a pull request in rust-lang/rust that received 2 comments
Inline Default::default() for atomics
Functions like AtomicUsize::default() are not cross-crate inlineable before this PR (see assembly output here), which can lead to unexpected perfor…