From 8234b62ab762637ef24c3398b4204a8ce8db31a7 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sun, 3 Sep 2017 23:03:17 -0400 Subject: Speeds up font compilation by around 200% Cython is used to compile some hot paths into native Python extensions. These hot paths were identified through running ufocompile with the hotshot profiler and then converting file by file to Cython, starting with the "hottest" paths and continuing until returns were deminishing. This means that only a few Python files were converted to Cython. Closes #23 Closes #20 (really this time) --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 7dbe188fe..9a0513162 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,12 @@ -booleanOperations==0.5.2 +Cython==0.26.1 compreffor==0.3.0 cu2qu==1.2.0 -Cython==0.24.1 git+https://github.com/typesupply/feaTools.git@8fc73f8ad5523cb6d9e0c8ac966eeb5dab5f7f49 fonttools==3.15.1 freetype-py==1.0.2 git+https://github.com/googlei18n/nototools@8db437b21de59b2d7aba30429c60a78f3e853caa numpy==1.11.2rc1 pyclipper==1.0.6 -git+https://github.com/robofab-developers/robofab.git@62229c4ea33c324e698766d3700ca9a47efcdeb6 scipy==0.18.1 git+https://github.com/googlei18n/ufo2ft.git@6184b1493bc4afc6969bd2516d02f3f616cb5484 ufoLib==2.0.0 -- cgit v1.2.3