Skip to content
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

Perf: move to monomorphic object for the log parser #552

Open
lcottercertinia opened this issue Dec 15, 2024 · 0 comments
Open

Perf: move to monomorphic object for the log parser #552

lcottercertinia opened this issue Dec 15, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@lcottercertinia
Copy link
Collaborator

description

https://www.builder.io/blog/monomorphic-javascript

Monomorphic objects are easier for js engines to optimise.

We have some specialised classes for types which need handling e.g SOQL EXECUTE BEGIN.

Also rename LogLine to LogEvent

@lcottercertinia lcottercertinia added enhancement New feature or request needs-triage and removed needs-triage labels Dec 15, 2024
@lcottercertinia lcottercertinia added this to the v1.18.0 milestone Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant