⏱️ Notes and resources related to v8 and thus Node.js performance
Repositories
thlorenz repositories
node bindings for the v8 profiler
Exploring how to hook into the various v8 profilers
Exposing and documenting v8 runtime functions.
Tool to create a snapshot for Electron applications.
Core JavaScript modules supporting v8 tools.
Sets up Ubuntu inside a VirtualBox, upgrades the kernel and applies my dotfiles.
Playing with vagrant -- that's all.
Validates that all require statements in a project point to an existing path and are correctly cased.
Community driven rating system for nodejs modules on npm in order to help in selecting the right one.
Analyzes data mined by valuepack-mine in order to value packages found published on npm.
Core utils and configurations for valuepack.
Attempts to match npm users who failed to provide their github name with a github account and do the same for their npm packages.
Conducts mining data from different sources for valuepack.
Mines github for user and repository data used by valuepack.
Mines the npm registry for user and package data used by valuepack.
browserify transform that converts all const assignments to var assignments.