mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Increase the number of memoized expression models
This commit is contained in:
@@ -31,7 +31,7 @@ public:
|
||||
void tidy();
|
||||
void storageDidChangeForRecord(const Ion::Storage::Record record) const { resetMemoizedModelsExceptRecord(record); }
|
||||
protected:
|
||||
constexpr static int k_maxNumberOfMemoizedModels = 5;
|
||||
constexpr static int k_maxNumberOfMemoizedModels = 10;
|
||||
typedef bool (*ModelTest)(StorageExpressionModel * model);
|
||||
int numberOfModelsSatisfyingTest(ModelTest test) const;
|
||||
Ion::Storage::Record recordStatifyingTestAtIndex(int i, ModelTest test) const;
|
||||
|
||||
Reference in New Issue
Block a user