Create your own GitHub profile
Join the platform over 40 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Pinned
1,247 contributions in the last year
Activity overview
Contribution activity
October 2019
- foxcpp/termite C++
Created a pull request in emersion/go-message that received 2 comments
textproto: Reduce amount of allocations where possible
Several preallocations and one clever trick.
Here is comparison with old code using benchmarks added in d569c5e:
benchmark old ns/op new ns/op delt…
+394
−35
•
2
comments
Created an issue in foxcpp/maddy that received 1 comment
Authentication response on closed connection causes go-imap to loop infinitely
Got entire disk on my test server flooded with the following message
imap: cannot send response: write tcp XXX.XXX.XXX.XXX:993->YYY.YYY.YYY.YYY:436…
1
comment
- endpoint/smtp: Allow to disable rDNS lookup
- remote: Split messages with more than 100 recipients
- Consider merging go-imap-sql codebase
- Add a set of benchmarks to test suite
- storage/sql: Report serialization errors as temporary errors
- Rewrite dispatcher to be more generic
- Utilities for tracing of slow operations