Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

libuv

From Wikipedia, the free encyclopedia

libuv
Stable release
1.52.1[1] Edit this on Wikidata / 6 March 2026; 4 months ago (6 March 2026)
Written inC
Operating systemCross-platform
PlatformLinux, Android, Windows and OS X/Darwin,[2] FreeBSD, OpenBSD
TypeI/O abstraction library
LicenseMIT
Websitelibuv.org Edit this on Wikidata
Repository

libuv is a multi-platform C library that provides support for asynchronous I/O based on event loops. It supports epoll(4), kqueue(2), Windows IOCP, Solaris event ports and, since version 1.45.0, Linux io_uring for select asynchronous file operations.[3] It is primarily designed for use in Node.js but is also used by other software projects.[4] It was originally an abstraction around libev or Windows IOCP, as libev does not support IOCP. In node-v0.9.0's version of libuv, the dependency on libev was removed.[5]

Features

[edit]

From:[2]

Origin of the name

[edit]

According to libuv developer Ben Noordhuis, the name libuv originally had no specific meaning, but as people kept asking about it, they made something up. They came up with Unicorn Velociraptor, which became the logo of the library.[6]

See also

[edit]

References

[edit]
  1. libuv. "Release v1.52.1: 2026.03.06, Version 1.52.1 (Stable) · libuv/libuv". Retrieved 7 March 2026.
  2. 1 2 "The libuv project page and source code". GitHub. Retrieved 30 June 2016.
  3. Larabel, Michael (18 April 2023). "libuv Adds IO_uring Support For ~8x Throughput Boost". Phoronix. Retrieved 14 July 2026.
  4. "Projects that use libuv". libuv GitHub project page. Retrieved 13 January 2025.
  5. An introduction to libuv
  6. "What does UV stand for in libuv?". groups.google.com. Retrieved 7 June 2022.
[edit]