Use lookup tables for code points
This commit is contained in:
parent
ed8219bf14
commit
26b6c47d06
14 changed files with 157 additions and 168 deletions
3
.github/workflows/bench.yaml
vendored
3
.github/workflows/bench.yaml
vendored
|
|
@ -30,8 +30,7 @@ jobs:
|
|||
working-directory: ./gen
|
||||
run: |
|
||||
npm install
|
||||
node node_modules/ts-node/dist/bin.js attrs.ts
|
||||
node node_modules/ts-node/dist/bin.js entities.ts
|
||||
bash ./gen.sh
|
||||
- name: Set up Node.js for benching
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
|
|
|
|||
Reference in a new issue