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
1,928 contributions in the last year
Contribution activity
December 2020
Created 31 commits in 4 repositories
Created a pull request in matrix-org/dendrite that received 3 comments
Federation sender refactor
This is another attempt at refactoring the federation sender. Now that we pass events around as pointers everywhere, we can deduplicate quite a bit…
Opened 11 other pull requests in 3 repositories
matrix-org/dendrite
8
merged
yggdrasil-network/yggdrasil-go
1
open
1
merged
matrix-org/gomatrixserverlib
1
merged
Reviewed 6 pull requests in 2 repositories
matrix-org/dendrite 5 pull requests
matrix-org/complement 1 pull request
Created an issue in yggdrasil-network/yggdrasil-go that received 1 comment
SA6002 in pool.go
In pool.go, we try to commit slices to the pool rather than pointers to the slices. This results in unnecessary allocations, as per SA6002:
A sync…