speed up booting by implementing realloc+padovan

This commit is contained in:
Krasimir Angelov
2022-02-09 10:36:42 +01:00
parent fdd33b63d9
commit 8960e00e26
7 changed files with 159 additions and 11 deletions

View File

@@ -12,6 +12,8 @@ libpgf_la_SOURCES = \
pgf/db.h \
pgf/text.cxx \
pgf/text.h \
pgf/vector.cxx \
pgf/vector.h \
pgf/pgf.cxx \
pgf/reader.cxx \
pgf/reader.h \