Skip to content

Instantly share code, notes, and snippets.

View cuzzea's full-sized avatar
🎯
Focusing

Vlad Rotaru cuzzea

🎯
Focusing
View GitHub Profile
@cuzzea
cuzzea / boundless.msgpack.js
Created May 17, 2020 07:24
boundless msgpack
const MessagePack = require('what-the-pack');
const { encode, decode } = MessagePack.initialize(2 ** 22); // 4MB
var fs = require("fs");
const total_info_width = 800;
// const total_info_width = 1100;
const char_size = {
q:25,
Q:34,