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
598 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 33 commits in 5 repositories
Created a pull request in rusqlite/rusqlite that received 3 comments
Fix create_collation
The xDestroy callback is not called if the sqlite3_create_collation_v2() function fails.
Opened 7 other pull requests in 2 repositories
rusqlite/rusqlite
4
merged
1
open
kkawakam/rustyline
2
merged
Reviewed 4 pull requests in 2 repositories
rusqlite/rusqlite 3 pull requests
gwenn/sqlite-regex-replace-ext 1 pull request
Created an issue in kkawakam/rustyline that received 1 comment
Performance: check that no lock is used when refreshing screen
https://nnethercote.github.io/perf-book/io.html Rust’s print! and println! macros lock stdout on every call. write_all too ! What about linefeed …