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) --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7e755a6b0..888d5f435 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.pyo +*.so *.ttx *.o *.d -- cgit v1.2.3