Running PHP with io_uring

This page summarizes the projects mentioned and recommended in the original post on /r/PHP

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • libuv

    Cross-platform asynchronous I/O

    If I understand correctly, you're pretty much running into the same problem that's being experienced by libuv: https://github.com/libuv/libuv/issues/1947. `io_uring` should be included in the event loop and should not run parallel to it. Correct?

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • swow

    Coroutine-based cross-platform concurrent I/O engine.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • OrbStack: The fast, light, and easy way to run Docker containers and Linux

    4 projects | news.ycombinator.com | 1 Sep 2024
  • Show HN: Io_uring like asynchronous API and coroutine powered IO tasks for Zig

    1 project | news.ycombinator.com | 7 Jul 2024
  • Epoll: The API that powers the modern internet (2022)

    7 projects | news.ycombinator.com | 11 Jan 2024
  • A complete guide to the Node.js event loop

    1 project | dev.to | 19 Jul 2023
  • Node v20.3.0 (Current) upgrade to libuv 1.45.0, including SIGNIFICANT performance improvements to file system operations on Linux

    1 project | /r/node | 21 Jun 2023

Did you konow that C is
the 7th most popular programming language
based on number of metions?