-
Notifications
You must be signed in to change notification settings - Fork 66
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
Optimization / Performance cleanup #264
Conversation
cc @MaxGraey 😄 Implemented your issues. Though if you check the travis, seems like something on the latest master doesn't like the |
cc @dcodeIO
|
I just recently made a change here that addressed a similar issue. Might that have borked it? Or is the AS version used here older? I believe that before that |
@torch2424 your local build works without this error? Try clean travis cache |
Also keep in mind that dist files haven't been updated yet |
@MaxGraey My local build did work, but then I:
And then I was getting the same error. However, I can try Are the dist files used for the |
@MaxGraey Actually, it seems like I don't have a travis cache. Thus, I can't clear it 😢 |
Oh I guess it fixed itself, through another master update 😄 |
closes #230
closes #221
relates to #216
closes #207
This does some general optimizations across the app. And some general performance things mentioned that should be done. Also, this finally removes the legacy API from forever ago, and cleans that up.
In terms of performance, I've noticed this being between 1.02 - 1.04 times as fast than the current master. Which is nice, but it may just be a placebo type thing.
Screenshots
Everything working, and some benchmarks