Skip to content

poc cache for each sub formula #5656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

laa-odoo
Copy link
Collaborator

@laa-odoo laa-odoo commented Feb 6, 2025

Task: 4618834

With this commit, literal value objects like
`{ value: this.constantValues.numbers[0] }` are built only once, at compile
time, instead of being created (and garbage collected) at every evaluation
@robodoo
Copy link
Collaborator

robodoo commented Feb 6, 2025

Pull request status dashboard

@laa-odoo laa-odoo force-pushed the master-poc-compiler-laa-2 branch from 5cf557a to 82f462a Compare February 24, 2025 13:11
@@ -55,6 +55,7 @@ const categories: Category[] = [
];

const functionNameRegex = /^[A-Z0-9\_\.]+$/;
const resultNameKey = "ouuuuuuWAAAAAAAAAAAAAAAAAAAAAH";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants