uvloop

Ultra fast asyncio event loop. (by MagicStack)

Uvloop Alternatives

Similar projects and alternatives to uvloop

  1. go

    2,262 uvloop VS go

    The Go programming language

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. ASP.NET Core

    ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

  4. zig

    876 uvloop VS zig

    General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

  5. .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

  6. fastapi

    546 uvloop VS fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  7. Prisma

    482 uvloop VS Prisma

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

  8. Playwright

    474 uvloop VS Playwright

    Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. tokio

    219 uvloop VS tokio

    A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

  11. Searx

    154 uvloop VS Searx

    Discontinued Privacy-respecting metasearch engine

  12. Numba

    128 uvloop VS Numba

    NumPy aware dynamic Python compiler using LLVM

  13. fastify

    127 uvloop VS fastify

    Fast and low overhead web framework, for Node.js

  14. cockroach

    CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.

  15. libuv

    86 uvloop VS libuv

    Cross-platform asynchronous I/O

  16. uvicorn

    68 uvloop VS uvicorn

    An ASGI web server, for Python. 🦄

  17. yaegi

    43 uvloop VS yaegi

    Yaegi is Another Elegant Go Interpreter

  18. edgedb

    19 uvloop VS edgedb

    Discontinued Gel supercharges Postgres with a modern data model, graph queries, Auth & AI solutions, and much more. [Moved to: https://github.com/geldata/gel]

  19. requests-html

    14 uvloop VS requests-html

    Pythonic HTML Parsing for Humans™

  20. femtolisp

    10 uvloop VS femtolisp

    a lightweight, robust, scheme-like lisp implementation

  21. trio

    19 uvloop VS trio

    Trio – a friendly Python library for async concurrency and I/O

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better uvloop alternative or higher similarity.

uvloop discussion

Log in or Post with

uvloop reviews and mentions

Posts with mentions or reviews of uvloop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-10.
  • How to Use Libuv In Your Zig Project
    6 projects | dev.to | 10 May 2025
    Libuv describes itself as a multi-platform support library with a focus on asynchronous I/O. It is widely used in many web servers (e.g., Kestrel) and runtimes such as Node.js and Python (via uvloop). As of Zig 0.14.0, there is no native async I/O, so you must work directly with threads or create your own async API using OS primitives like epoll or kqueue. In many cases, you would likely choose a cross-platform library rather than implementing your own async API. That’s where using libuv, libevent, or libxev (written in Zig) becomes useful.
  • How Much Memory Do You Need in 2024 to Run 1M Concurrent Tasks?
    5 projects | news.ycombinator.com | 28 Nov 2024
    I kept the `import uvloop` statement when just using asyncio so that both cases start in the same conditions.

    [0]: https://github.com/MagicStack/uvloop/

  • APIs in Go with Huma 2.0
    6 projects | dev.to | 6 Dec 2023
    I wound up on a different team with pre-existing Python code so temporarily shelved my use of Go for a bit, and we used Sanic (an async Python framework built on top of the excellent uvloop & libuv that also powers Node.js) to build some APIs for live channel management & operations. We hand-wrote our OpenAPI and used it to generate documentation and a CLI, which was an improvement over what was there (or not) before. Other teams used the OpenAPI document to generate SDKs to interact with our service.
  • Python Is Easy. Go Is Simple. Simple = Easy
    5 projects | news.ycombinator.com | 27 Nov 2023
  • will requests-html library work as selenium
    5 projects | /r/Python | 13 Feb 2023
    If you're looking for maximum requests per second you can change the asyncio event loop with one like UVLoop.
  • Benchmark asyncio vs gevent vs native epoll
    1 project | dev.to | 13 Dec 2022
    An optional package uvloop can also be install if working on Linux:
  • A Look on Python Web Performance at the end of 2022
    10 projects | dev.to | 14 Nov 2022
    The source code from the project resides in the github, with more than 8.6k stars and 596 forks is a very popular github, but no new releases are made since 2018, looks pure much not maintained anymore, no PR's are accepted no Issues are closed, still without windows or macOS Silicon, or PyPy3 support. Japronto it self uses uvloop with more than 9k stars and 521 forks and different from japronto is seems to be well maintained.
  • Modern Python Performance Considerations
    8 projects | news.ycombinator.com | 5 May 2022
    If you are building server-side applications using Python 3 and async API and if you didn't use https://github.com/MagicStack/uvloop, you are missing out on performance big time.

    Also, if you happen to build microservices, don't forget to try PyPy, that's another easy performance booster (if it's compatible to your app).

  • So it begins.
    1 project | /r/ProgrammerHumor | 1 May 2022
    Not that bad actually, with a different event loop implementation (such as https://github.com/MagicStack/uvloop). Not sure how well it will perform in a browser though
  • SearX On Windows: A Short(ish) Tech Journey
    3 projects | /r/u_SyntaxAerror | 17 Apr 2022
    And so I did some searching, and found that SearX isn't officially supported on Windows. Not to be deterred, I did another quick search and found that with pip and/or docker, you should be able to install SearX straightforwardly on Windows. After trying this for a bit, I realized that uvloop, a (questionably optional dependency of SearX) is not supported on Windows. I tried a couple things to get it to work, but they didn't end up working for me either through user error, ignorance, or plain old not working.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 18 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic uvloop repo stats
16
10,892
6.6
about 1 month ago

MagicStack/uvloop is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of uvloop is Cython.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com