@@ -40,8 +40,8 @@
#include "pvapi.h"
#include "pvar.h"
-#define PV_TABLE_SIZE 64 /*!< pseudo-variables table size */
-#define TR_TABLE_SIZE 32 /*!< transformations table size */
+#define PV_TABLE_SIZE 512 /*!< pseudo-variables table size */
+#define TR_TABLE_SIZE 256 /*!< transformations table size */
void tr_destroy(trans_t *t);
@@ -242,7 +242,7 @@ typedef struct _pv_cache
struct _pv_cache *next;
} pv_cache_t;
-#define PV_CACHE_SIZE 64 /*!< pseudo-variables cache table size */
+#define PV_CACHE_SIZE 512 /*!< pseudo-variables cache table size */
pv_cache_t **pv_cache_get_table(void);