~silnrsi/smith/+git/fonttools-master:calc-maxSizeOfInstructions

Last commit made on 2023-02-21
Get this branch:
git clone -b calc-maxSizeOfInstructions https://git.launchpad.net/~silnrsi/smith/+git/fonttools-master

Branch merges

Branch information

Name:
calc-maxSizeOfInstructions
Repository:
lp:~silnrsi/smith/+git/fonttools-master

Recent commits

7fa8818... by Nikolaus Waxweiler <email address hidden>

Calculate maxSizeOfInstructions

b355b59... by BehdadEsfahbod

[qu2cu] No need to add 0 to forced set

f305e53... by BehdadEsfahbod

[qu2cu] Typo

710232f... by BehdadEsfahbod

[qu2cu] Optimize using a forced set of oncurve points

Speeds up benchmark 12x.

a4f4cd0... by BehdadEsfahbod

[qu2cu.benchmark] Black

c77ddca... by BehdadEsfahbod

[qu2cu.benchmark] Convert multiple quadratics splines instead of 1

More realistic benchmark.

26f590d... by BehdadEsfahbod

[qu2cu] Adjust comment

7457a06... by BehdadEsfahbod

[qu2cu] Avoid copying curve list passed to for merge_curves

c53933a... by BehdadEsfahbod

[qu2cu] Adjust cost calculation again

I believe I've got it right this time. Produces slightly better output.

03d2cd1... by BehdadEsfahbod

[qu2cu] More cython annotations

Apparently you can even annotate variables inside generator expressions.