You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using my EM branch everywhere now and I won't be able to provide battle field tested PRs. My branch is based on an old version of the library, there might be small differences.
The optimised lexer passes the tests except for one little change . The test suite is very good by the way.
I've been using my branch in production without issue for over 9 months now. Feel free to cherry-pick what you want. The commit I pointed in my previous message had significant impact on CPU usage, even in an heavy application with a lot of ActiveRecord queries.
I've pushed some optimisations in my eventmachine branch.
They are not eventmachine related, it could be porter here.
The biggest optimisation is very simple :
ThomasSevestre@3aa907e
I also pushed an optimised lexer (50% improvement) :
ThomasSevestre@ad24ff8
The text was updated successfully, but these errors were encountered: