All Projects → AlbertHambardzumyan → all-about-node

AlbertHambardzumyan / all-about-node

Licence: other
All about Node.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to all-about-node

nodejs
Node.js in-process collectors for Instana
Stars: ✭ 66 (+312.5%)
Mutual labels:  garbage-collection, event-loop
Uvloop
Ultra fast asyncio event loop.
Stars: ✭ 8,246 (+51437.5%)
Mutual labels:  event-loop, libuv
Deep Into Node
深入理解Node.js:核心思想与源码分析
Stars: ✭ 4,005 (+24931.25%)
Mutual labels:  v8, libuv
Uvw
Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
Stars: ✭ 1,222 (+7537.5%)
Mutual labels:  event-loop, libuv
Deep Into Code
Node.js / Libuv / V8 引擎源代码学习笔记
Stars: ✭ 66 (+312.5%)
Mutual labels:  v8, libuv
WebView4Delphi
WebView4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows.
Stars: ✭ 157 (+881.25%)
Mutual labels:  v8
gchisto
GC日志分析工具,网上不容易找到源码,这里备份一个。不确定工具是否正确,不确定是否有时间研究。
Stars: ✭ 32 (+100%)
Mutual labels:  garbage-collection
progressbar
A very simple progress bar for C++ loops
Stars: ✭ 115 (+618.75%)
Mutual labels:  loops
bytenode
A minimalist bytecode compiler for Node.js
Stars: ✭ 2,042 (+12662.5%)
Mutual labels:  v8
libuv-source-analysis
libuv source analysis website
Stars: ✭ 18 (+12.5%)
Mutual labels:  libuv
FENews.org
fenews.org
Stars: ✭ 20 (+25%)
Mutual labels:  v8
Suravi
Suravi is a small distribution of Ravi/Lua 5.3 with batteries such as cjson, lpeglabel, luasocket, penlight, torch7, luv, luaossl
Stars: ✭ 56 (+250%)
Mutual labels:  libuv
tgc
A Tiny, portable, precise, incremental mark-sweep GC designed for C++.
Stars: ✭ 36 (+125%)
Mutual labels:  garbage-collection
dynamic-threadpool
📌 强大的动态线程池框架,附带监控报警功能。支持 JDK、Tomcat、Jetty、Undertow 线程池;Dubbo、Dubbox、RabbitMQ、RocketMQ、Hystrix 消费线程池(更多框架线程池还在适配中)。内置两种使用模式:轻量级依赖配置中心以及无中间件依赖版本。
Stars: ✭ 3,609 (+22456.25%)
Mutual labels:  thread-pool
super-workers
🐴 Distribute load on front-end via parallelism
Stars: ✭ 93 (+481.25%)
Mutual labels:  thread-pool
LeetCode
Solution to LeetCode Problems in Python and Golang 🎯
Stars: ✭ 12 (-25%)
Mutual labels:  hash-tables
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+2800%)
Mutual labels:  array
js-deep-sort-object
Simple module to sort objects recursively by its keys
Stars: ✭ 19 (+18.75%)
Mutual labels:  array
slimarray
SlimArray compresses uint32 into several bits, by using a polynomial to describe overall trend of an array.
Stars: ✭ 39 (+143.75%)
Mutual labels:  array
avl array
High performance templated AVL tree using a fixed size array. Extensive test suite passing.
Stars: ✭ 33 (+106.25%)
Mutual labels:  array

all-about-node

All about Node.js

Introduction

Before I start describing anything, lets make sure you really need it.

  • If you write awesome Node.js code, get a bunch of money and party after the work, you can skip this.
  • If you write average Node.js code and you are happy with what you have, you can skip this.
  • If you write shitty code, but you do not care about it at all, you can skip this.
  • If you write shitty code, but you do not care because you think others are in a shit that you write shitty code, you can skip this.

Seems, you already can fly like a bird, and swim like a fish.

If you feel you need & want more than you know, then you are welcome. Note, these will literally eat your time as you get more and more involved. So, be ready for it.

All the topics will be around: Node.js, V8, and libuv.

Topics we consider:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].