From: Mischa POSLAWSKY Date: Sun, 28 Jan 2024 14:15:30 +0000 (+0100) Subject: keyboard/altgr: precompute data includes X-Git-Url: http://git.shiar.net/sheet.git/commitdiff_plain/b4493558a0a37d5288191d2f5417b5cd9e88320a keyboard/altgr: precompute data includes Best case from 161ms to 17ms for index to load everything. --- diff --git a/Makefile b/Makefile index f48ffa7..942727c 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ plan.plp: TODO UPDATE: $(download) $(call cmdsave,git log -1 --date=short --pretty="%ad %s") -cache: $(patsubst %.inc.pl,data/%.json,$(wildcard charset-*.inc.pl) writing-latn.inc.pl) +cache: $(patsubst %.inc.pl,data/%.json,$(wildcard charset-*.inc.pl) $(wildcard keyboard/altgr/*.inc.pl) writing-latn.inc.pl) word: word/put.min.js data/wordlist.en.json data/wordlist.nl.json data/wordlist.ru.json data/wordpairs.json word/put.js: $(download)