/gc-schedule

A tool for visualizing and comparing garbage collection schedulers.

Primary LanguageTypeScriptMIT LicenseMIT

A tool for visualizing and comparing garbage collection schedulers.

To build:

git clone <this repo>
cd gc-schedule
npm install
tsd reinstall
tsc
webpack -w ./dist/app.js ./dist/bundle.js
# open ./dist/index.html