Minor optimization of references -- now spaces will not be referenced.

This commit is contained in:
be5invis 2024-02-19 17:59:01 -08:00
parent 6459be6f68
commit 2a9be6e815
6 changed files with 56 additions and 49 deletions

View file

@ -4,7 +4,7 @@ import zlib from "zlib";
import * as CurveUtil from "@iosevka/geometry/curve-util";
import { encode, decode } from "@msgpack/msgpack";
const Edition = 33;
const Edition = 34;
const MAX_AGE = 16;
class GfEntry {
constructor(age, value) {