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 40 million developers.
Sign up- Portland, OR
- Sign in to view email
Pinned
1,664 contributions in the last year
Activity overview

Contribution activity
October 2019
Created a pull request in tokio-rs/tokio that received 5 comments
executor: rewrite the work-stealing thread pool
This patch is a ground up rewrite of the existing work-stealing thread pool. The goal is to reduce overhead while simplifying code when possible. A…
+7,453
−6,744
•
5
comments
- net: replace RwLock<Slab> with a lock free slab
- executor: rewrite the work-stealing thread pool
- io: add `AsyncBufReadExt::split`
- Accurate idle thread tracking for the blocking pool
- io: add missing utility functions
- fix a comment typo
- timer: test arm on targets with target_has_atomic less than 64
- chore: update Cirrus CI config to test on beta
- chore: do not trigger CI on std-future branch
- Fix: tokio_net::tcp::incoming::Incoming type not exported
Created an issue in tokio-rs/bytes that received 2 comments
Consider adding `BytesRef`
This would be the Bytes
equivalent of WakerRef
.
If we do that, then we could switch Bytes::slice_ref
-> BytesRef::new(&my_bytes, my_slice)
... possi…
2
comments