theanarkh

Results 9 repositories owned by theanarkh

No.js

47
Stars
5
Forks
Watchers

No.js:基于V8和io_uring的JS运行时,只支持Linux5.5及以上

nodejs-threadpool

55
Stars
17
Forks
Watchers

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

read-libtask-code

54
Stars
12
Forks
Watchers

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

read-libuv-code

90
Stars
21
Forks
Watchers

libuv源码分析

read-linux-0.11

79
Stars
29
Forks
Watchers

linux0.11源码解析

read-linux-1.2.13-net-code

43
Stars
15
Forks
Watchers

linux网络源码分析

read-nodejs-code

107
Stars
23
Forks
Watchers

nodejs源码解析

read-v8-0.1.5

19
Stars
2
Forks
Watchers

js引擎v8源码解析(基于0.1.5)

understand-nodejs

2.1k
Stars
226
Forks
Watchers

通过源码分析nodejs原理