Pinned Repositories
No.js
No.js:基于V8和io_uring的JS运行时,只支持Linux5.5及以上
nodejs-threadpool
基于nodejs worker_threads的线程池。耗时操作或nodejs没有提供异步模式的api(例如解密、同步的文件api)都可以在线程池中执行,业务代码只需要返回一个Promise或async函数给线程池库,至于业务逻辑做什么操作,其实都可以,比如setTimeout,异步操作,async await等
read-libtask-code
libtask源码分析,libtask是一个协程库,由google的Russ Cox大佬写的
read-libuv-code
libuv源码分析
read-linux-0.11
linux0.11源码解析
read-linux-1.2.13-net-code
linux网络源码分析
read-nginx-0.1.0
nginx-0.11源码解析
read-nodejs-code
nodejs源码解析
read-v8-0.1.5
js引擎v8源码解析(基于0.1.5)
understand-nodejs
通过源码分析nodejs原理
theanarkh's Repositories
theanarkh/understand-nodejs
通过源码分析nodejs原理
theanarkh/read-nodejs-code
nodejs源码解析
theanarkh/read-libuv-code
libuv源码分析
theanarkh/read-linux-0.11
linux0.11源码解析
theanarkh/nodejs-threadpool
基于nodejs worker_threads的线程池。耗时操作或nodejs没有提供异步模式的api(例如解密、同步的文件api)都可以在线程池中执行,业务代码只需要返回一个Promise或async函数给线程池库,至于业务逻辑做什么操作,其实都可以,比如setTimeout,异步操作,async await等
theanarkh/read-libtask-code
libtask源码分析,libtask是一个协程库,由google的Russ Cox大佬写的
theanarkh/No.js
No.js:基于V8和io_uring的JS运行时,只支持Linux5.5及以上
theanarkh/nodejs-book
theanarkh/read-linux5.9.9-code
linux源码分析
theanarkh/learn-how-to-extend-node
学习和尝试拓展node
theanarkh/nodejs-native-gc-load
theanarkh/js-runtime-demo
theanarkh/nojs
theanarkh/read-engine.io
engine.io是socket.io的底层引擎,实现"双向"通信。本仓库对engine.io源码进行分析
theanarkh/bash
theanarkh/es-module-loader
theanarkh/go
The Go programming language
theanarkh/gopkg
Universal Utilities for Go
theanarkh/gpool
theanarkh/libuv
Cross-platform asynchronous I/O
theanarkh/node
Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:
theanarkh/nodejs-gc-load
theanarkh/nodejs-multi-thread-server
theanarkh/nodejs_io_uring
nodejs中的io_uring插件
theanarkh/piscina
A fast, efficient Node.js Worker Thread Pool implementation
theanarkh/read-glibc-code
read-glibc-code
theanarkh/read-redis-code
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
theanarkh/trace-promise
theanarkh/txiki.js
A tiny JavaScript runtime
theanarkh/workerd
The JavaScript / Wasm runtime that powers Cloudflare Workers