Make the (final) spiro-to-contour stage cachable
This commit is contained in:
parent
5374b566d8
commit
bc07436cd7
3 changed files with 65 additions and 23 deletions
|
@ -4,7 +4,7 @@ const fs = require("fs-extra");
|
|||
const zlib = require("zlib");
|
||||
const { encode, decode } = require("@msgpack/msgpack");
|
||||
|
||||
const Edition = 7;
|
||||
const Edition = 8;
|
||||
const MAX_AGE = 5;
|
||||
|
||||
class GfEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue