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
Popular repositories
1,757 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 4 commits in 2 repositories
Reviewed 13 pull requests in 5 repositories
orijtech/structslop 8 pull requests
- Update install instruction to point to v0.0.2
- Ignore test files by default
- Update README for new sloppy checking mechnism
- Show percentage savings in report
- Running CI with go tip
- Use runtime actual size class for checking sloppy
- Add more details to installation instruction
- Do not print old struct in report message
google/sqlcommenter 2 pull requests
opencensus-integrations/ocsql 1 pull request
cosmos/cosmos-sdk 1 pull request
google/gops 1 pull request
Created an issue in golang/go that received 9 comments
runtime: sloppy struct field arrangement could be re-arranged for more compact structs and save RAM
Coming here from tip ecc3f51, with one of the static analysis tools, we have developed at Orijtech, Inc., we've found a bunch of fields in the Go s…
Opened 9 other issues in 3 repositories
golang/go
3
closed
1
open
- cmd/compile: make compiler reorganize user structs without having user code modify fields so userland readability can come first
- cmd/compile: rearrange hairyVisitors to reduce struct slop and reclaim 33.33% space wasted
- net: sloppy struct field arrangement could be re-arranged for more compact structs
- fmt: sloppy struct field arrangement could be re-done for efficiency/RAM reduction

