Minor optimization of references -- now spaces will not be referenced.
This commit is contained in:
parent
6459be6f68
commit
2a9be6e815
6 changed files with 56 additions and 49 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue