theanarkh

Results 11 repositories owned by theanarkh
trafficstars

No.js

52
Stars
7
Forks
Watchers

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

nodejs-threadpool

72
Stars
22
Forks
Watchers

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

read-libtask-code

64
Stars
15
Forks
Watchers

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

read-libuv-code

104
Stars
25
Forks
Watchers

libuv源码分析

read-linux-0.11

88
Stars
35
Forks
Watchers

linux0.11源码解析

read-linux-1.2.13-net-code

49
Stars
17
Forks
Watchers

linux网络源码分析

read-nodejs-code

116
Stars
26
Forks
Watchers

nodejs源码解析

read-v8-0.1.5

23
Stars
4
Forks
Watchers

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

understand-nodejs

2.3k
Stars
248
Forks
Watchers

通过源码分析nodejs原理

read-coroutine-code

15
Stars
5
Forks
Watchers

云风coroutine库源码分析