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

Performance Optimisations #20

Open
balupton opened this issue Oct 30, 2012 · 1 comment
Open

Performance Optimisations #20

balupton opened this issue Oct 30, 2012 · 1 comment

Comments

@balupton
Copy link
Member Author

Hey @davidgtonge, not sure if you are still interested but I've been working a lot on improving the performance of query engine based on the work you did on your own branch.

It seems the biggest performance gain was from pre-compiling queries. Which I've now landed in the dev branch, and it has risen from an abysmal 1/10th of the performance of your branch to a speedy 2/3rd of the performance of your branch. However, there is still that great 1/3rd left and I just can't figure out what it could be.

If you have a moment, and are so inclined, I'd love for your advice on this, as I'm really at a loss here. These are the tests I'm using: http://jsperf.com/queryengine/7 - QEB is yours, QED is dev, QEM is master, QEO is the old 1.2 version.

Truly, thanks.

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

No branches or pull requests

1 participant