Skip to content

Instantly share code, notes, and snippets.

View utiuti's full-sized avatar

Zimt utiuti

  • Kassel
View GitHub Profile
@bonzaiferroni
bonzaiferroni / Traveler.js
Last active April 29, 2021 00:17
Traveler.js
/**
* To start using Traveler, require it in main.js:
* Example: var Traveler = require('Traveler.js');
*
* Check the footer of this file for suggestions on how to access it at various scopes
*
*/
"use strict";
const REPORT_CPU_THRESHOLD = 50;
const DEFAULT_MAXOPS = 20000;