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 upPinned
748 contributions in the last year
Contribution activity
December 2020
Created 42 commits in 1 repository
Created a pull request in hjyssg/ShiguReader that received 3 comments
Use context to store global info/Testing
开局从服务器拿user config,然后存到context。 下面subcomponent可以轻松获得。
Opened 6 other pull requests in 1 repository
Reviewed 1 pull request in 1 repository
hjyssg/ShiguReader 1 pull request
Created an issue in hjyssg/ShiguReader that received 7 comments
[performance] single-thread problem
express server make a lot of search and calculation when receiving request. single-thread make it do it one by one. need to speed up