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 upPopular repositories
-
-
-
-
Forked from PistonDevelopers/hematite
A simple Minecraft written in Rust with the Piston game engine
Rust 2
856 contributions in the last year
Contribution activity
November 2020
Created 6 commits in 2 repositories
Created 1 repository
Created a pull request in rust-lang/rust that received 14 comments
Integrate measureme's hardware performance counter support.
Note: this is a companion to rust-lang/measureme#143, and duplicates some information with it for convenience Credits I'd like to start by thanking @…
Opened 8 other pull requests in 3 repositories
EmbarkStudios/rust-gpu
5
merged
rust-lang/rust
2
open
rust-lang/measureme
1
merged
Reviewed 9 pull requests in 3 repositories
rust-lang/rust 6 pull requests
- const_generics: assert resolve hack causes an error
- Integrate measureme's hardware performance counter support.
- Also generate `StorageDead` in constants
- rustc_resolve: Make `macro_rules` scope chain compression lazy
- resolve: Collapse `macro_rules` scope chains on the fly
- Inline Default::default() for atomics
EmbarkStudios/rust-gpu 2 pull requests
spacejam/sled 1 pull request
Created an issue in rust-lang/measureme that received 5 comments
Unbuffered event stream.
To avoid hitting a Mutex for every event being recorded, and assuming that all the other streams have (much) lower frequency, we could keep the cur…