Use disjoint set to further avoid rounding errors (#1100)

This commit is contained in:
be5invis 2021-06-05 19:14:19 -07:00
parent 1babc986cd
commit 4bf94aba27
2 changed files with 57 additions and 9 deletions

View file

@ -4,7 +4,7 @@ const fs = require("fs-extra");
const zlib = require("zlib");
const { encode, decode } = require("@msgpack/msgpack");
const Edition = 8;
const Edition = 9;
const MAX_AGE = 5;
class GfEntry {