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

Implement 'uvloop' for better performance #3

Closed
nitipit opened this issue Mar 12, 2017 · 2 comments
Closed

Implement 'uvloop' for better performance #3

nitipit opened this issue Mar 12, 2017 · 2 comments

Comments

@nitipit
Copy link
Collaborator

nitipit commented Mar 12, 2017

uvloop is a fast, drop-in replacement of the built-in asyncio event loop. uvloop is implemented in Cython and uses libuv under the hood.
https://github.com/MagicStack/uvloop

@nitipit nitipit changed the title Implement uvloop for better performance Implement uvloop for better performance Mar 12, 2017
@nitipit nitipit changed the title Implement uvloop for better performance Implement *uvloop* for better performance Mar 12, 2017
@nitipit nitipit changed the title Implement *uvloop* for better performance Implement 'uvloop' for better performance Mar 12, 2017
@nitipit
Copy link
Collaborator Author

nitipit commented Apr 2, 2017

manual test does not show significant speed up result.

@nitipit nitipit closed this as completed Apr 2, 2017
@nitipit nitipit reopened this Apr 7, 2017
@nitipit
Copy link
Collaborator Author

nitipit commented Apr 7, 2017

Wrong test in the last time.
Implement again > 8f71a62
It improve speed around 20% on manual test (by insert 10,000 entries).

@nitipit nitipit closed this as completed Apr 7, 2017
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