Skip to content
Avatar
Block or Report

Block or report theanarkh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. 通过源码分析nodejs原理

    2k 223

  2. nodejs源码解析

    JavaScript 105 19

  3. libuv源码分析

    C 90 20

  4. linux0.11源码解析

    C 74 27

  5. 基于nodejs worker_threads的线程池。耗时操作或nodejs没有提供异步模式的api(例如解密、同步的文件api)都可以在线程池中执行,业务代码只需要返回一个Promise或async函数给线程池库,至于业务逻辑做什么操作,其实都可以,比如setTimeout,异步操作,async await等

    JavaScript 53 15

  6. libtask源码分析,libtask是一个协程库,由google的Russ Cox大佬写的

    C 52 13

358 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Mon Wed Fri

Contribution activity

September 2022

Created 3 repositories

Created a pull request in nodejs/node that received 8 comments

src: remove unnecessary callback of uv_close

remove unnecessary callback of uv_close. make -j4 test (UNIX), or vcbuild test (Windows) passes tests and/or benchmarks are included documentat…

+2 −8 8 comments
Opened 5 other pull requests in 2 repositories

Created an issue in libuv/libuv that received 4 comments

threadpool: the number of tasks

Can Libuv add a function to get the number of tasks waiting to be processed in the thread pool ?

4 comments

Seeing something unexpected? Take a look at the GitHub profile guide.