Skip to content

x2 speed with uvloop  #18

@pi-infected

Description

@pi-infected

Just to let you know that by switching to uvloop for managing the event loop you can instantly achieve x2 speed on OAIB without any drawback.

import asyncio
import uvloop
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
from oaib import Auto

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions